You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data class ExtKeyUsage(val objectIdentifier: String) {
...
}
internal val extKeyUsage: BasicDerAdapter<List<String>> = OBJECT_IDENTIFIER.asSequenceOf()
Something like
internal val extKeyUsage: BasicDerAdapter<List<ExtKeyUsage>> = OBJECT_IDENTIFIER.mapped<ExtKeyUsage>().asSequenceOf()
The text was updated successfully, but these errors were encountered:
From https://github.com/cashapp/certifikit/pull/39/files
Something like
The text was updated successfully, but these errors were encountered: