org.apache.geronimo.crypto.asn1.x509
Class Attribute
java.lang.Object
org.apache.geronimo.crypto.asn1.ASN1Encodable
org.apache.geronimo.crypto.asn1.x509.Attribute
- All Implemented Interfaces:
- DEREncodable
public class Attribute
- extends ASN1Encodable
Attribute
public Attribute(ASN1Sequence seq)
Attribute
public Attribute(DERObjectIdentifier attrType,
ASN1Set attrValues)
getInstance
public static Attribute getInstance(Object o)
- return an Attribute object from the given object.
- Parameters:
o
- the object we want converted.
- Throws:
IllegalArgumentException
- if the object cannot be converted.
getAttrType
public DERObjectIdentifier getAttrType()
getAttrValues
public ASN1Set getAttrValues()
toASN1Object
public DERObject toASN1Object()
- Produce an object suitable for an ASN1OutputStream.
Attribute ::= SEQUENCE {
attrType OBJECT IDENTIFIER,
attrValues SET OF AttributeValue
}
- Specified by:
toASN1Object
in class ASN1Encodable
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.