Package org.verapdf.pdfa.parsers.pkcs7
Class DEREncodedInputStream
java.lang.Object
org.verapdf.pdfa.parsers.pkcs7.DEREncodedInputStream
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDEREncodedInputStream(byte[] data) DEREncodedInputStream(InputBuffer inputBuffer) -
Method Summary
Modifier and TypeMethodDescriptionintvoidbyte[]getOID()getSequence(int len) getSet(int len) getSet(int len, boolean implicit) getSubStream(int len) voidmark(int value) intpeekByte()protected DEREncodedValue[]readValues(int len) voidreset()
-
Field Details
-
inputBuffer
-
-
Constructor Details
-
DEREncodedInputStream
- Throws:
IOException
-
DEREncodedInputStream
-
-
Method Details
-
getDEREncodedValue
- Throws:
IOException
-
getOID
- Throws:
IOException
-
getBigInteger
- Throws:
IOException
-
getSequence
- Throws:
IOException
-
getSet
- Throws:
IOException
-
getSet
- Throws:
IOException
-
getSubStream
- Throws:
IOException
-
peekByte
- Throws:
IOException
-
mark
public void mark(int value) -
reset
public void reset() -
available
public int available() -
readValues
- Throws:
IOException
-