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
Certificate / TBSCertificate / SEQUENCE OF / SET OF / AttributeTypeAndValue
AttributeTypeAndValue(type=2.5.4.6, value=US)
This ordering of UTF-8 and PrintableString are not bi-directional
private val attributeTypeAndValue: BasicDerAdapter<AttributeTypeAndValue> = Adapters.sequence(
"AttributeTypeAndValue",
Adapters.OBJECT_IDENTIFIER,
Adapters.any(
String::class to Adapters.UTF8_STRING,
Nothing::class to Adapters.PRINTABLE_STRING,
Unit::class to Adapters.TELETEX,
AnyValue::class to Adapters.ANY_VALUE
),
Certificate / TBSCertificate / SEQUENCE OF / SET OF / AttributeTypeAndValue
AttributeTypeAndValue(type=2.5.4.6, value=US)
This ordering of UTF-8 and PrintableString are not bi-directional
https://www.alvestrand.no/objectid/2.5.4.6.html
oid: 2.5.4.6 - id-at-countryName
060355040613025553
vs
06035504060c025553
From #95
The text was updated successfully, but these errors were encountered: