| Package | Description |
|---|---|
| org.apache.kerby.asn1 | |
| org.apache.kerby.asn1.type |
| Modifier and Type | Method and Description |
|---|---|
static UniversalTag |
UniversalTag.fromValue(int value)
Retrieve the UniversalTag associated with a given value
|
UniversalTag |
Tag.universalTag() |
static UniversalTag |
UniversalTag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UniversalTag[] |
UniversalTag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Asn1Type |
Asn1Factory.create(UniversalTag tagNo)
Create an ASN1 type with specified tag
|
| Constructor and Description |
|---|
Tag(UniversalTag tag) |
| Modifier and Type | Method and Description |
|---|---|
static Asn1Collection |
Asn1Collection.createCollection(UniversalTag universalTag) |
static Asn1Simple<?> |
Asn1Simple.createSimple(UniversalTag tagNo)
Create a simple ASN1 object given tagNo, using the default constructor
with no value provided
|
static boolean |
Asn1Collection.isCollection(UniversalTag universalTag) |
static boolean |
Asn1Simple.isSimple(UniversalTag tagNo) |
| Constructor and Description |
|---|
AbstractAsn1Type(UniversalTag tag)
Default constructor with an universal tag.
|
AbstractAsn1Type(UniversalTag tag,
T value)
Default constructor with an universal tag.
|
Asn1Collection(UniversalTag universalTag) |
Asn1CollectionOf(UniversalTag universalTag) |
Asn1CollectionType(UniversalTag universalTag,
Asn1FieldInfo[] fieldInfos) |
Asn1Encodeable(UniversalTag tag)
Default constructor with an universal tag.
|
Asn1Object(UniversalTag tag)
Default constructor with an universal tag.
|
Asn1Simple(UniversalTag tagNo)
Default constructor, generally for decoding as a value container
|
Asn1Simple(UniversalTag universalTag,
T value)
Constructor with a value, generally for encoding of the value
|
Asn1String(UniversalTag universalTag) |
Asn1String(UniversalTag tagNo,
String value) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.