Uses of Class
net.sf.michaelo.tomcat.realm.asn1.OtherNameParseResult
-
Packages that use OtherNameParseResult Package Description net.sf.michaelo.tomcat.realm.asn1 Minimalist ASN.1 parser components. -
-
Uses of OtherNameParseResult in net.sf.michaelo.tomcat.realm.asn1
Methods in net.sf.michaelo.tomcat.realm.asn1 that return OtherNameParseResult Modifier and Type Method Description static OtherNameParseResult
OtherNameAsn1Parser. parse(byte[] otherName)
Parses the DER-encoded ASN.1SAN:otherName
field into its components:type-id
andvalue
.
-