org.mozilla.jss.pkix.primitive
Class AVA
java.lang.Object
org.mozilla.jss.pkix.primitive.AVA
- ASN1Value
public class AVA
extends java.lang.Object
An AttributeValueAssertion, which has the following ASN.1
definition (roughly):
AttributeValueAssertion ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY DEFINED BY type }
TAG
public static final Tag TAG
encode
public void encode(OutputStream ostream)
throws IOException
- encode in interface ASN1Value
encode
public void encode(Tag implicit,
OutputStream ostream)
throws IOException
- encode in interface ASN1Value
getValue
public ANY getValue()
Returns the value of this AVA, encoded as an ANY.