Package org.mozilla.jss.asn1
Class SET.Element
java.lang.Object
org.mozilla.jss.asn1.SET.Element
- Enclosing class:
SET
An element of a SET
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
val
-
implicitTag
-
-
Constructor Details
-
Element
Makes a new SET element from the given value. -
Element
Makes a new SET element from the given value with the given implicit tag.
-
-
Method Details
-
getValue
Returns the value of this SET element. -
getTag
Returns the tag that actually shows up in the encoding. If there is an implicit tag, it will be used. Otherwise, it will be the base tag for the value. -
getImplicitTag
Returns the implicit tag for this value, if there is one. If not, returns null.
-