Uses of Interface
org.ldaptive.asn1.DERTag
-
Packages that use DERTag Package Description org.ldaptive.asn1 -
-
Uses of DERTag in org.ldaptive.asn1
Classes in org.ldaptive.asn1 that implement DERTag Modifier and Type Class Description classAbstractDERTagAbstract base class for custom DER tag types.classApplicationDERTagGeneric application-specific tag.classContextDERTagGeneric context-specific tag.classCustomDERTagDescribes the tag of an application-specific, context-specific, or private DER type where the tag name may be specified for clarity in application code.classUniversalDERTagEnumeration with common BER/DER universal tag types.Methods in org.ldaptive.asn1 that return DERTag Modifier and Type Method Description DERTagAttributeValueAssertion.Value. getTag()Returns the attribute value tag.DERTagDERParser. readTag(DERBuffer encoded)Reads a DER tag from a single byte at the current position of the given buffer.Constructors in org.ldaptive.asn1 with parameters of type DERTag Constructor 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, int item)Creates a new integer type.IntegerType(DERTag tag, java.math.BigInteger 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, java.lang.String item)Creates a new octet string type.OidType(DERTag tag, int[] item)Creates a new oid type.OidType(DERTag tag, java.lang.String item)Creates a new oid type.UuidType(DERTag tag, java.util.UUID item)Creates a new uuid type.Value(DERTag tag, byte[] bytes)Creates a new value.
-