JSS 3.2

org.mozilla.jss.asn1
Class SEQUENCE.Element

java.lang.Object
  |
  +--org.mozilla.jss.asn1.SET.Element
        |
        +--org.mozilla.jss.asn1.SEQUENCE.Element
Enclosing class:
SEQUENCE

private static class SEQUENCE.Element
extends SET.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

SEQUENCE.Element

public SEQUENCE.Element(ASN1Value val)

SEQUENCE.Element

public SEQUENCE.Element(Tag implicitTag,
                        ASN1Value val)
Method Detail

getValue

public ASN1Value getValue()
Returns the value of this SET element.


getTag

public Tag 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

public Tag getImplicitTag()
Returns the implicit tag for this value, if there is one. If not, returns null.


JSS 3.2