org.mozilla.jss.asn1
Class SET.Template.Element
java.lang.Object
org.mozilla.jss.asn1.SET.Template.Element
- SET.Template
public static class SET.Template.Element
extends java.lang.Object
An element of a SET template.
Element
public Element(Tag implicitTag,
ASN1Template type,
boolean optional)
getDefault
public ASN1Value getDefault()
Returns the default value for this element, if one exists.
Otherwise, returns null.
getImplicitTag
public Tag getImplicitTag()
getTemplate
public ASN1Template getTemplate()
Returns the template for this element.
isOptional
public boolean isOptional()
tagMatch
public boolean tagMatch(Tag tag)
Determines whether the given tag satisfies this SET element.