| Package | Description |
|---|---|
| org.apache.kerby.asn1.parse | |
| org.apache.kerby.asn1.type |
| Modifier and Type | Class and Description |
|---|---|
class |
Asn1Container
ASN1 constructed types, mainly structured ones, but also some primitive ones.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Asn1Any
Can be any valid ASN-1 ojbect, limited or not limited.
|
class |
Asn1Choice |
class |
Asn1Collection
ASN1 complex type of multiple ASN1 objects.
|
class |
Asn1CollectionOf<T extends Asn1Type> |
class |
Asn1CollectionType
For collection type that may consist of tagged fields
|
class |
Asn1Constructed
ASN1 constructed types, mainly structured ones, but also some primitive ones.
|
class |
Asn1Sequence |
class |
Asn1SequenceOf<T extends Asn1Type> |
class |
Asn1SequenceType
For sequence type that consists of tagged fields
|
class |
Asn1Set |
class |
Asn1SetOf<T extends Asn1Type> |
class |
Asn1SetType
For set type that consists of tagged fields
|
class |
Asn1Tagging<T extends Asn1Type>
For tagging any Asn1Type with a tagNo
|
class |
Asn1TaggingCollection
For tagging a collection type with tagNo, either application specific or
context specific class
|
class |
Asn1TaggingSequence
For tagging a sequence type with tagNo, either application specific or context specific class
|
class |
Asn1TaggingSet
For tagging a sequence type with tagNo, either application specific or
context specific class
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.