Class BERDecoder
java.lang.Object
com.hierynomus.asn1.encodingrules.ber.BERDecoder
- All Implemented Interfaces:
ASN1Decoder
- Direct Known Subclasses:
DERDecoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintASN1Tag<? extends ASN1Object> readTag(InputStream is) byte[]readValue(int length, InputStream is)
-
Constructor Details
-
BERDecoder
public BERDecoder()
-
-
Method Details
-
readTag
- Specified by:
readTagin interfaceASN1Decoder
-
readLength
- Specified by:
readLengthin interfaceASN1Decoder
-
readValue
- Specified by:
readValuein interfaceASN1Decoder
-