| Package | Description |
|---|---|
| org.apache.kerby.asn1.type |
| Modifier and Type | Class and Description |
|---|---|
class |
Asn1Any
Can be any valid ASN-1 ojbect, limited or not limited.
|
class |
Asn1BitString |
class |
Asn1BmpString |
class |
Asn1Boolean
ASN1 Boolean type
|
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 |
Asn1Enumerated<T extends EnumType>
The ASN1 enumerated type
|
class |
Asn1Eoc
To represent Asn1 End Of Content type
|
class |
Asn1Flags
KrbFlags ::= BIT STRING (SIZE (32..MAX))
-- minimum number of bits shall be sent,
-- but no fewer than 32
|
class |
Asn1GeneralizedTime
Ref.
|
class |
Asn1GeneralString |
class |
Asn1IA5String |
class |
Asn1Integer |
class |
Asn1Null
The Asn1 Null type
|
class |
Asn1NumericsString |
class |
Asn1ObjectIdentifier
ASN1 object identifier.
|
class |
Asn1OctetString |
class |
Asn1PrintableString |
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 |
Asn1Simple<T>
ASN1 simple type, of single value other than complex type of multiple values.
|
class |
Asn1Specific
Application or context specific object mainly for using implicit encoding.
|
class |
Asn1String |
class |
Asn1T61String |
class |
Asn1T61Utf8String |
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
|
class |
Asn1UniversalString |
class |
Asn1UtcTime
Ref.
|
class |
Asn1Utf8String |
class |
Asn1VisibleString |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.