Package | Description |
---|---|
org.ldaptive.asn1 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDERTag
Abstract base class for custom DER tag types.
|
class |
ApplicationDERTag
Generic application-specific tag.
|
class |
ContextDERTag
Generic context-specific tag.
|
class |
CustomDERTag
Describes the tag of an application-specific, context-specific, or private DER type where the tag name may be
specified for clarity in application code.
|
class |
UniversalDERTag
Enumeration with common BER/DER universal tag types.
|
Modifier and Type | Field and Description |
---|---|
private DERTag |
AttributeValueAssertion.Value.attributeValueTag
attribute value tag.
|
Modifier and Type | Method and Description |
---|---|
DERTag |
AttributeValueAssertion.Value.getTag()
Returns the attribute value tag.
|
DERTag |
DERParser.readTag(ByteBuffer encoded)
Reads a DER tag from a single byte at the current position of the given buffer.
|
Modifier and Type | Method and Description |
---|---|
private void |
DERParser.addTag(DERTag tag,
int index)
Add the given tag at the specified index to all permutations of the current parser path and increases the number of
permutations as necessary to satisfy the following relation:
|
private void |
DERParser.parseTag(DERTag tag,
ByteBuffer encoded)
Invokes the parse handler for the current path and advances to the next position in the encoded bytes.
|
Constructor and Description |
---|
AbstractDERType(DERTag tag)
Creates a new abstract der type.
|
BooleanType(DERTag tag,
boolean item)
Creates a new boolean type.
|
ConstructedDEREncoder(DERTag tag,
DEREncoder... encoders)
Creates a new sequence encoder.
|
IntegerType(DERTag tag,
BigInteger item)
Creates a new integer type.
|
IntegerType(DERTag tag,
int item)
Creates a new integer type.
|
NullType(DERTag tag)
Creates a new null type.
|
OctetStringType(DERTag tag,
byte[] item)
Creates a new octet string type.
|
OctetStringType(DERTag tag,
String item)
Creates a new octet string type.
|
OidType(DERTag tag,
int[] item)
Creates a new oid type.
|
OidType(DERTag tag,
String item)
Creates a new oid type.
|
UuidType(DERTag tag,
UUID item)
Creates a new uuid type.
|
Value(DERTag tag,
byte[] bytes)
Creates a new value.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.