|
JSS 3.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.mozilla.jss.asn1.SET.Element
An element of a SET
| Field Summary | |
private Tag |
implicitTag
|
private ASN1Value |
val
|
| Constructor Summary | |
SET.Element(ASN1Value val)
Makes a new SET element from the given value. |
|
SET.Element(Tag implicitTag,
ASN1Value val)
Makes a new SET element from the given value with the given implicit tag. |
|
| Method Summary | |
Tag |
getImplicitTag()
Returns the implicit tag for this value, if there is one. |
Tag |
getTag()
Returns the tag that actually shows up in the encoding. |
ASN1Value |
getValue()
Returns the value of this SET element. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private ASN1Value val
private Tag implicitTag
| Constructor Detail |
public SET.Element(ASN1Value val)
public SET.Element(Tag implicitTag,
ASN1Value val)
| Method Detail |
public ASN1Value getValue()
public Tag getTag()
public Tag getImplicitTag()
|
JSS 3.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||