Package org.wildfly.security.asn1
AS1 constants and utilities.
-
Interface Summary 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.ElytronMessages Log messages and exceptions for Elytron. -
Class Summary Class Description ASN1 A class that contains ASN.1 constants and utilities.DERDecoder A class used to decode ASN.1 values that have been encoded using the Distinguished Encoding Rules (DER).DERDecoder.DecoderState A class used to maintain state information during DER decoding.DEREncoder A class used to encode ASN.1 values using the Distinguished Encoding Rules (DER), as specified in ITU-T X.690.DEREncoder.LexicographicComparator A class that compares DER encodings using lexicographic order.DEREncoder.TagComparator A class that compares DER encodings based on their tags.OidsUtil OIDs to attribute name and back conversion utility. -
Enum Summary Enum Description OidsUtil.Category Category of mapping - determine context of the mapping -
Exception Summary Exception Description ASN1Exception An exception that indicates that ASN.1 encoding or decoding has failed due to invalid input.