Package org.mozilla.jss.asn1
Class CHOICE.Template.Element
java.lang.Object
org.mozilla.jss.asn1.CHOICE.Template.Element
- Enclosing class:
CHOICE.Template
An element in a CHOICE template, consisting of a nested template
and, optionally, an implicit tag for that template.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionElement
(ASN1Template template) Creates a CHOICE template element with no implicit tag.Element
(Tag implicitTag, ASN1Template template) Creates a CHOICE template element with an implicit tag. -
Method Summary
Modifier and TypeMethodDescriptionReturns the implicit tag for this CHOICE template element, if there is one.Returns the template of this CHOICE template element.
-
Field Details
-
template
-
implicitTag
-
-
Constructor Details
-
Element
Creates a CHOICE template element with no implicit tag. -
Element
Creates a CHOICE template element with an implicit tag.
-
-
Method Details
-
getTemplate
Returns the template of this CHOICE template element. -
getImplicitTag
Returns the implicit tag for this CHOICE template element, if there is one. If not, returns null.
-