public class CustomDERTag extends AbstractDERTag
ASN_CONSTRUCTED| Constructor and Description |
|---|
CustomDERTag(int number,
String name,
boolean isConstructed)
Creates a new custom DER tag.
|
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Gets the name of the tag.
|
String |
toString() |
getTagByte, getTagNo, isConstructedpublic CustomDERTag(int number,
String name,
boolean isConstructed)
number - of the tagname - of the tagisConstructed - whether this tag is primitive or constructedpublic String name()
DERTagpublic String toString()
toString in class AbstractDERTagCopyright © 2023. All rights reserved.