Interface | Description |
---|---|
ASN1Decoder |
An interface for decoding ASN.1 encoded values from an input stream.
|
ASN1Encodable |
An object which can be encoded into an ASN.1 encoder.
|
ASN1Encoder |
An interface for encoding ASN.1 values.
|
Class | Description |
---|---|
DERDecoder |
A class used to decode ASN.1 values that have been encoded using the Distinguished Encoding Rules (DER).
|
DEREncoder |
A class used to encode ASN.1 values using the Distinguished Encoding Rules (DER), as specified
in ITU-T X.690.
|
Exception | Description |
---|---|
ASN1Exception |
An exception that indicates that ASN.1 encoding or decoding has failed due to invalid input.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.