Interface ASN1Decoder
- All Known Implementing Classes:
BERDecoder
,DERDecoder
public interface ASN1Decoder
-
Method Summary
Modifier and TypeMethodDescriptionint
ASN1Tag
<? extends ASN1Object> readTag
(InputStream is) byte[]
readValue
(int length, InputStream is)
-
Method Details
-
readTag
-
readLength
-
readValue
-