Class OtherNameParseResult
- java.lang.Object
-
- net.sf.michaelo.tomcat.realm.asn1.OtherNameParseResult
-
public class OtherNameParseResult extends Object
This class holds the parsing result ofOtherNameAsn1Parser
.
-
-
Constructor Summary
Constructors Constructor Description OtherNameParseResult(byte[] typeId, byte[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getTypeId()
Returns the type id (OID).byte[]
getValue()
Returns the value.
-