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.DerInteger() |
DerNode.DerInteger(int integer)
Create a new DerInteger for the value.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
toVal()
Convert the encoded data to a standard representation.
|
decode, decodeHeader, encode, encodeHeader, getChildren, getSequence, getSize, parse, parsepublic DerNode.DerInteger(int integer)
integer - The value to encode.public DerNode.DerInteger()
public Object toVal() throws DerDecodingException
DerNodetoVal in class DerNodeDerDecodingExceptionCopyright © 2015. All rights reserved.