java.lang.Object | ||
↳ | org.bouncycastle.asn1.ASN1Encodable | |
↳ | org.bouncycastle.x509.X509Attribute |
Class for carrying the values in an X.509 Attribute.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
| |||||||||||
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.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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.
oid | type of the attribute |
---|---|
value | value object to go into the atribute's value set. |
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.
oid | type of the attribute |
---|---|
value | vector of values to go in the attribute's value set. |