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