org.mozilla.jss.asn1
Class CHOICE.Template.Element
java.lang.Object
|
+--org.mozilla.jss.asn1.CHOICE.Template.Element
- private static class CHOICE.Template.Element
- extends java.lang.Object
An element in a CHOICE template, consisting of a nested template
and, optionally, an implicit tag for that template.
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
template
private ASN1Template template
implicitTag
private Tag implicitTag
CHOICE.Template.Element
public CHOICE.Template.Element(ASN1Template template)
- Creates a CHOICE template element with no implicit tag.
CHOICE.Template.Element
public CHOICE.Template.Element(Tag implicitTag,
ASN1Template template)
- Creates a CHOICE template element with an implicit tag.
getTemplate
public ASN1Template getTemplate()
- Returns the template of this CHOICE template element.
getImplicitTag
public Tag getImplicitTag()
- Returns the implicit tag for this CHOICE template element,
if there is one. If not, returns null.