Class CustomDERTag

java.lang.Object
org.ldaptive.asn1.AbstractDERTag
org.ldaptive.asn1.CustomDERTag
All Implemented Interfaces:
DERTag

public class CustomDERTag extends AbstractDERTag
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 Details

    • tagName

      private final String tagName
      Tag name.
  • Constructor Details

    • CustomDERTag

      public CustomDERTag(int number, String name, boolean isConstructed)
      Creates a new custom DER tag.
      Parameters:
      number - of the tag
      name - of the tag
      isConstructed - whether this tag is primitive or constructed
  • Method Details