net.named_data.jndn.encoding.der
public static class DerNode.DerPrintableString extends DerNode.DerByteString
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.DerPrintableString(ByteBuffer inputData)
Create a DerPrintableString with the given inputData.
|
toValdecode, decodeHeader, encode, encodeHeader, getChildren, getPayload, getSequence, getSize, parse, parsepublic DerNode.DerPrintableString(ByteBuffer inputData)
inputData - An input buffer containing the string to encode. This
copies from the buffer's position to limit, but does not change position.Copyright © 2016. All rights reserved.