|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A basic parser for a BIT STRING object
Method Summary | |
java.io.InputStream |
getBitStream()
Return an InputStream representing the contents of the BIT STRING. |
java.io.InputStream |
getOctetStream()
Return an InputStream representing the contents of the BIT STRING, where the content is expected to be octet-aligned (this will be automatically checked during parsing). |
int |
getPadBits()
Return the number of pad bits, if any, in the final byte, if any, read from getBitStream() . |
Methods inherited from interface org.bouncycastle.asn1.ASN1Encodable |
toASN1Primitive |
Methods inherited from interface org.bouncycastle.asn1.InMemoryRepresentable |
getLoadedObject |
Method Detail |
public java.io.InputStream getBitStream() throws java.io.IOException
getPadBits()
.public java.io.InputStream getOctetStream() throws java.io.IOException
public int getPadBits()
getBitStream()
. This number is in the range zero to seven. That
number of the least significant bits of the final byte, if any, are not part
of the contents and should be ignored. NOTE: Must be called AFTER the stream
has been fully processed. (Does not need to be called if
getOctetStream()
was used instead of getBitStream()
).
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |