Uses of Interface
org.ldaptive.asn1.DERTag
Packages that use DERTag
-
Uses of DERTag in org.ldaptive.asn1
Classes in org.ldaptive.asn1 that implement DERTagModifier and TypeClassDescriptionclass
Abstract base class for custom DER tag types.class
Generic application-specific tag.class
Generic context-specific tag.class
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.enum
Enumeration with common BER/DER universal tag types.Fields in org.ldaptive.asn1 declared as DERTagModifier and TypeFieldDescriptionprivate final DERTag
AttributeValueAssertion.Value.attributeValueTag
attribute value tag.Methods in org.ldaptive.asn1 that return DERTagModifier and TypeMethodDescriptionAttributeValueAssertion.Value.getTag()
Returns the attribute value tag.Reads a DER tag from a single byte at the current position of the given buffer.Methods in org.ldaptive.asn1 with parameters of type DERTagModifier and TypeMethodDescriptionprivate void
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
Invokes the parse handler for the current path and advances to the next position in the encoded bytes.Constructors in org.ldaptive.asn1 with parameters of type DERTagModifierConstructorDescriptionAbstractDERType
(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, int item) Creates a new integer type.IntegerType
(DERTag tag, BigInteger item) Creates a new integer type.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.Creates a new oid type.Creates a new oid type.Creates a new uuid type.Creates a new value.