org.mozilla.jss.asn1
public static class SET.Template.Element extends Object
Constructor Summary | |
---|---|
Element(Tag implicitTag, ASN1Template type, boolean optional) | |
Element(Tag implicitTag, ASN1Template type, ASN1Value defaultVal) |
Method Summary | |
---|---|
ASN1Value | getDefault()
Returns the default value for this element, if one exists.
|
Tag | getImplicitTag() |
ASN1Template | getTemplate()
Returns the template for this element. |
boolean | isOptional() |
boolean | tagMatch(Tag tag)
Determines whether the given tag satisfies this SET element. |