| Package | Description |
|---|---|
| org.apache.kerby.asn1 | |
| org.apache.kerby.asn1.type |
| Modifier and Type | Method and Description |
|---|---|
TaggingOption |
Asn1FieldInfo.getTaggingOption() |
static TaggingOption |
TaggingOption.newExplicitAppSpecific(int tagNo)
Create an explicit application specific tagging option with tagNo.
|
static TaggingOption |
TaggingOption.newExplicitContextSpecific(int tagNo)
Create an explicit context specific tagging option with tagNo.
|
static TaggingOption |
TaggingOption.newImplicitAppSpecific(int tagNo)
Create an implicit application specific tagging option with tagNo.
|
static TaggingOption |
TaggingOption.newImplicitContextSpecific(int tagNo)
Create an implicit context specific tagging option with tagNo.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Asn1Binder.bindWithTagging(Asn1ParseResult parseResult,
Asn1Type value,
TaggingOption taggingOption) |
| Modifier and Type | Method and Description |
|---|---|
void |
Asn1Encodeable.taggedDecode(Asn1ParseResult parseResult,
TaggingOption taggingOption) |
void |
Asn1Encodeable.taggedDecode(byte[] content,
TaggingOption taggingOption) |
void |
Asn1Type.taggedDecode(byte[] content,
TaggingOption taggingOption)
Decode the content bytes into this type as it's tagged with the provided
tagging option.
|
void |
Asn1Encodeable.taggedDecode(ByteBuffer content,
TaggingOption taggingOption) |
void |
Asn1Type.taggedDecode(ByteBuffer content,
TaggingOption taggingOption)
Decode the content bytes into this type as it's tagged with the provided
tagging option.
|
void |
Asn1Encodeable.taggedEncode(ByteBuffer buffer,
TaggingOption taggingOption) |
void |
Asn1Type.taggedEncode(ByteBuffer buffer,
TaggingOption taggingOption)
Tag and encode this type using the provided tagging option.
|
byte[] |
Asn1Encodeable.taggedEncode(TaggingOption taggingOption) |
byte[] |
Asn1Type.taggedEncode(TaggingOption taggingOption)
Tag and encode this type using the provided tagging option.
|
protected int |
Asn1Encodeable.taggedEncodingLength(TaggingOption taggingOption) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.