Package org.ldaptive.asn1
Class CustomDERTag
java.lang.Object
org.ldaptive.asn1.AbstractDERTag
org.ldaptive.asn1.CustomDERTag
- All Implemented Interfaces:
DERTag
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.
-
Field Summary
FieldsFields inherited from interface org.ldaptive.asn1.DERTag
ASN_CONSTRUCTED
-
Constructor Summary
ConstructorsConstructorDescriptionCustomDERTag
(int number, String name, boolean isConstructed) Creates a new custom DER tag. -
Method Summary
Methods inherited from class org.ldaptive.asn1.AbstractDERTag
getTagByte, getTagNo, isConstructed
-
Field Details
-
tagName
Tag name.
-
-
Constructor Details
-
CustomDERTag
Creates a new custom DER tag.- Parameters:
number
- of the tagname
- of the tagisConstructed
- whether this tag is primitive or constructed
-
-
Method Details
-
name
Description copied from interface:DERTag
Gets the name of the tag.- Returns:
- tag name.
-
toString
- Overrides:
toString
in classAbstractDERTag
-