public class CustomDERTag extends AbstractDERTag
| Modifier and Type | Field and Description |
|---|---|
private String |
tagName
Tag name.
|
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, isConstructedprivate final String tagName
public 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 © 2003-2019 Virginia Tech. All Rights Reserved.