DerNode.DerBitString, DerNode.DerBoolean, DerNode.DerByteString, DerNode.DerExplicitlyTagged, DerNode.DerGeneralizedTime, DerNode.DerInteger, DerNode.DerNull, DerNode.DerOctetString, DerNode.DerOid, DerNode.DerPrintableString, DerNode.DerSequence, DerNode.DerStructure| Constructor and Description |
|---|
DerOid(OID oid)
Create a DerOid with the given object identifier.
|
DerOid(String oidStr)
Create a DerOid with the given object identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
toVal()
Override to return the string representation of the OID.
|
decode, decodeHeader, encode, encodeHeader, getChildren, getPayload, getSequence, getSize, parse, parsepublic DerOid(String oidStr) throws DerEncodingException
oidStr - The OID string to encode.DerEncodingExceptionpublic DerOid(OID oid) throws DerEncodingException
oid - The OID to encode.DerEncodingExceptionpublic Object toVal() throws DerDecodingException
toVal in class DerNodeDerDecodingExceptionCopyright © 2019. All rights reserved.