hunt.security.util.DerInputStream

Undocumented in source.

Members

Aliases

BigInteger
alias BigInteger = BigInt
Undocumented in source.

Classes

DerInputStream
class DerInputStream

A DER input stream, used for parsing ASN.1 DER-encoded data such as that found in X.509 certificates. DER is a subset of BER/1, which has the advantage that it allows only a single encoding of primitive data. (High level data such as dates still support many encodings.) That is, it uses the "Definite" Encoding Rules (DER) not the "Basic" ones (BER).

Meta