| Package | Description |
|---|---|
| org.apache.kerby.asn1 | |
| org.apache.kerby.asn1.type |
| Modifier and Type | Class and Description |
|---|---|
class |
ExplicitField
Representing an explicitly tagged field in a ASN1 collection or choice.
|
class |
ImplicitField
Representing an implicitly tagged field in a ASN1 collection or choice.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Asn1CollectionType |
Asn1TaggingCollection.createTaggedCollection(Asn1FieldInfo[] tags) |
protected Asn1CollectionType |
Asn1TaggingSequence.createTaggedCollection(Asn1FieldInfo[] tags) |
protected Asn1CollectionType |
Asn1TaggingSet.createTaggedCollection(Asn1FieldInfo[] tags) |
void |
Asn1Any.setDecodeInfo(Asn1FieldInfo decodeInfo) |
| Constructor and Description |
|---|
Asn1Choice(Asn1FieldInfo[] fieldInfos) |
Asn1CollectionType(UniversalTag universalTag,
Asn1FieldInfo[] fieldInfos) |
Asn1SequenceType(Asn1FieldInfo[] tags) |
Asn1SetType(Asn1FieldInfo[] tags) |
Asn1TaggingCollection(int taggingTagNo,
Asn1FieldInfo[] tags,
boolean isAppSpecific,
boolean isImplicit) |
Asn1TaggingSequence(int taggingTagNo,
Asn1FieldInfo[] tags,
boolean isAppSpecific,
boolean isImplicit) |
Asn1TaggingSet(int taggingTagNo,
Asn1FieldInfo[] tags,
boolean isAppSpecific,
boolean isImplicit) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.