|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jss.asn1.SET.Element | +--org.mozilla.jss.asn1.SEQUENCE.Element
Constructor Summary | |
SEQUENCE.Element(ASN1Value val)
|
|
SEQUENCE.Element(Tag implicitTag,
ASN1Value val)
|
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SEQUENCE.Element(ASN1Value val)
public SEQUENCE.Element(Tag implicitTag, ASN1Value val)
Method Detail |
public ASN1Value getValue()
public Tag getTag()
public Tag getImplicitTag()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |