Package org.webpki.asn1
Class DerDecoder
java.lang.Object
org.webpki.asn1.DerDecoder
- All Implemented Interfaces:
ASN1Constants
-
Field Summary
Fields inherited from interface org.webpki.asn1.ASN1Constants
APPLICATION, BITSTRING, BMPSTRING, BOOLEAN, CLASS_MASK, CONSTRUCTED, CONTEXT, EMBEDDED_PDV, ENUMERATED, EOC, EXTERNAL, FORM_MASK, GENERALIZEDTIME, GENERALSTRING, GRAPHICSTRING, IA5STRING, INTEGER, NULL, NUMERICSTRING, OBJDESCRIPTOR, OCTETSTRING, OID, PRIMITIVE, PRINTABLESTRING, PRIVATE, REAL, SEQUENCE, SET, T61STRING, TAG_MASK, UNIVERSAL, UNIVERSALSTRING, UTCTIME, UTF8STRING, VIDEOTEXSTRING, VISIBLESTRING
-
Constructor Summary
ConstructorDescriptionDerDecoder
(byte[] source) DerDecoder
(byte[] source, int offset) DerDecoder
(String filename) -
Method Summary
Modifier and TypeMethodDescriptionvoid
static BaseASN1Object
decode
(byte[] source) static BaseASN1Object
decode
(byte[] source, int offset) static BaseASN1Object
void
readNext()
-
Constructor Details
-
DerDecoder
public DerDecoder(byte[] source) -
DerDecoder
public DerDecoder(byte[] source, int offset) -
DerDecoder
-
-
Method Details
-
readNext
-
decode
-
decode
-
decode
-
debug
-
dumpSource
public void dumpSource()
-