| Package | Description |
|---|---|
| org.apache.kerby.asn1 | |
| org.apache.kerby.asn1.parse | |
| org.apache.kerby.asn1.type | |
| org.apache.kerby.asn1.util |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Asn1FieldInfo.getFieldTag() |
Tag |
TaggingOption.getTag(boolean isTaggedConstructed)
Make tag giving it's tagged constructed.
|
static Tag |
Tag.newAppTag(int tagNo) |
static Tag |
Tag.newCtxTag(int tagNo) |
| Constructor and Description |
|---|
Tag(Tag other) |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Asn1Header.getTag() |
Tag |
Asn1DerivedItem.tag() |
| Constructor and Description |
|---|
Asn1DerivedItem(Tag newTag,
Asn1Container container) |
Asn1Header(Tag tag,
int length) |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Asn1Choice.tag() |
Tag |
Asn1TaggingCollection.tag() |
Tag |
Asn1Any.tag() |
Tag |
Asn1Object.tag() |
Tag |
Asn1Type.tag() |
| Modifier and Type | Method and Description |
|---|---|
static Asn1Collection |
Asn1Collection.createCollection(Tag tag) |
static boolean |
Asn1Collection.isCollection(Tag tag) |
static boolean |
Asn1Simple.isSimple(Tag tag) |
boolean |
Asn1Choice.matchAndSetValue(Tag tag) |
| Constructor and Description |
|---|
AbstractAsn1Type(Tag tag)
Default constructor.
|
AbstractAsn1Type(Tag tag,
T value)
Default constructor.
|
Asn1Constructed(Tag tag) |
Asn1Encodeable(Tag tag)
Constructor with a tag
|
Asn1Object(Tag tag)
Constructor with a tag
|
Asn1Specific(Tag tag) |
Asn1Specific(Tag tag,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Asn1Util.encodeTag(ByteBuffer buffer,
Tag tag) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.