net.named_data.jndn.encoding.der
DerNode.DerBitString, DerNode.DerBoolean, DerNode.DerByteString, DerNode.DerGeneralizedTime, DerNode.DerInteger, DerNode.DerNull, DerNode.DerOctetString, DerNode.DerOid, DerNode.DerPrintableString, DerNode.DerSequence, DerNode.DerStructure| Constructor and Description |
|---|
DerNode.DerOid(OID oid)
Create a DerOid with the given object identifier.
|
DerNode.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 DerNode.DerOid(String oidStr) throws DerEncodingException
oidStr - The OID string to encode.DerEncodingExceptionpublic DerNode.DerOid(OID oid) throws DerEncodingException
oid - The OID to encode.DerEncodingExceptionpublic Object toVal() throws DerDecodingException
toVal in class DerNodeDerDecodingExceptionCopyright © 2016. All rights reserved.