org.mozilla.jss.pkcs7
Class Attribute
java.lang.Object
org.mozilla.jss.pkcs7.Attribute
- ASN1Value
public class Attribute
extends java.lang.Object
An Attribute, which has the following ASN.1
definition (roughly):
Attribute ::= SEQUENCE {
type OBJECT IDENTIFIER,
value SET }
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
getValues
public SET getValues()
If this AVA was constructed, returns the SET of ASN1Values passed to the
constructor. If this Atrribute was decoded with an Attribute.Template,
returns a SET of ANYs.