public static class SET.Template.Element
extends java.lang.Object
Constructor | Description |
---|---|
Element(Tag implicitTag,
ASN1Template type,
boolean optional) |
|
Element(Tag implicitTag,
ASN1Template type,
ASN1Value defaultVal) |
Modifier and Type | Method | Description |
---|---|---|
ASN1Value |
getDefault() |
Returns the default value for this element, if one exists.
|
Tag |
getImplicitTag() |
|
ASN1Template |
getTemplate() |
|
boolean |
isOptional() |
|
boolean |
tagMatch(Tag tag) |
Determines whether the given tag satisfies this SET element.
|
public Element(Tag implicitTag, ASN1Template type, boolean optional)
public Element(Tag implicitTag, ASN1Template type, ASN1Value defaultVal)
public boolean isOptional()
public Tag getImplicitTag()
public boolean tagMatch(Tag tag)
tag
- Tag.public ASN1Template getTemplate()
public ASN1Value getDefault()