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 |
|---|
DerBitString(ByteBuffer inputBuf,
int paddingLen)
Create a DerBitString with the given padding and inputBuf.
|
decode, decodeHeader, encode, encodeHeader, getChildren, getPayload, getSequence, getSize, parse, parse, toValpublic DerBitString(ByteBuffer inputBuf, int paddingLen)
inputBuf - An input buffer containing the bit octets to encode. This
copies from the buffer's position to limit, but does not change position.paddingLen - The number of bits of padding at the end of the bit
string. Should be less than 8.Copyright © 2019. All rights reserved.