Package org.gudy.bouncycastle.x509
Class X509Attribute
java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.x509.X509Attribute
- All Implemented Interfaces:
DEREncodable
Class for carrying the values in an X.509 Attribute.
-
Field Summary
FieldsFields inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
BER, DER
-
Constructor Summary
ConstructorsConstructorDescriptionX509Attribute
(String oid, ASN1Encodable value) Create an X.509 Attribute with the type given by the passed in oid and the value represented by an ASN.1 Set containing value.X509Attribute
(String oid, ASN1EncodableVector value) Create an X.59 Attribute with the type given by the passed in oid and the value represented by an ASN.1 Set containing the objects in value. -
Method Summary
Methods inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
-
Field Details
-
attr
Attribute attr
-
-
Constructor Details
-
X509Attribute
X509Attribute(ASN1Encodable at) - Parameters:
at
- an object representing an attribute.
-
X509Attribute
Create an X.509 Attribute with the type given by the passed in oid and the value represented by an ASN.1 Set containing value.- Parameters:
oid
- type of the attributevalue
- value object to go into the atribute's value set.
-
X509Attribute
Create an X.59 Attribute with the type given by the passed in oid and the value represented by an ASN.1 Set containing the objects in value.- Parameters:
oid
- type of the attributevalue
- vector of values to go in the attribute's value set.
-
-
Method Details
-
getOID
-
getValues
-
toASN1Object
- Specified by:
toASN1Object
in classASN1Encodable
-