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 TypeMethodDescriptionint
ASN1Tag
<? extends ASN1Object> readTag
(InputStream is) byte[]
readValue
(int length, InputStream is)
-
Constructor Details
-
BERDecoder
public BERDecoder()
-
-
Method Details
-
readTag
- Specified by:
readTag
in interfaceASN1Decoder
-
readLength
- Specified by:
readLength
in interfaceASN1Decoder
-
readValue
- Specified by:
readValue
in interfaceASN1Decoder
-