| Interface | Description |
|---|---|
| Asn1Type |
The ASN1 type interface for all ASN1 types.
|
| Class | Description |
|---|---|
| AbstractAsn1Type<T> |
The abstract ASN1 type for all the ASN1 types.
|
| Asn1Any |
Can be any valid ASN-1 ojbect, limited or not limited.
|
| Asn1BitString | |
| Asn1BmpString | |
| Asn1Boolean |
ASN1 Boolean type
|
| Asn1Choice | |
| Asn1Collection |
ASN1 complex type of multiple ASN1 objects.
|
| Asn1CollectionOf<T extends Asn1Type> | |
| Asn1CollectionType |
For collection type that may consist of tagged fields
|
| Asn1Constructed |
ASN1 constructed types, mainly structured ones, but also some primitive ones.
|
| Asn1Encodeable |
The abstract ASN1 object for all the ASN1 types.
|
| Asn1Enumerated<T extends EnumType> |
The ASN1 enumerated type
|
| Asn1Eoc |
To represent Asn1 End Of Content type
|
| Asn1Flags |
KrbFlags ::= BIT STRING (SIZE (32..MAX))
-- minimum number of bits shall be sent,
-- but no fewer than 32
|
| Asn1GeneralizedTime |
Ref.
|
| Asn1GeneralString | |
| Asn1IA5String | |
| Asn1Integer | |
| Asn1Null |
The Asn1 Null type
|
| Asn1NumericsString | |
| Asn1Object |
An ASN1 object has a tag.
|
| Asn1ObjectIdentifier |
ASN1 object identifier.
|
| Asn1OctetString | |
| Asn1PrintableString | |
| Asn1Sequence | |
| Asn1SequenceOf<T extends Asn1Type> | |
| Asn1SequenceType |
For sequence type that consists of tagged fields
|
| Asn1Set | |
| Asn1SetOf<T extends Asn1Type> | |
| Asn1SetType |
For set type that consists of tagged fields
|
| Asn1Simple<T> |
ASN1 simple type, of single value other than complex type of multiple values.
|
| Asn1Specific |
Application or context specific object mainly for using implicit encoding.
|
| Asn1String | |
| Asn1T61String | |
| Asn1T61Utf8String | |
| Asn1Tagging<T extends Asn1Type> |
For tagging any Asn1Type with a tagNo
|
| Asn1TaggingCollection |
For tagging a collection type with tagNo, either application specific or
context specific class
|
| Asn1TaggingSequence |
For tagging a sequence type with tagNo, either application specific or context specific class
|
| Asn1TaggingSet |
For tagging a sequence type with tagNo, either application specific or
context specific class
|
| Asn1UniversalString | |
| Asn1UtcTime |
Ref.
|
| Asn1Utf8String | |
| Asn1VisibleString |
| Enum | Description |
|---|---|
| Asn1Type.EncodingType |
Encoding type
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.