Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.cms.Attribute
public class Attribute
extends ASN1Encodable
Constructor Summary | |
| |
|
Method Summary | |
DERObjectIdentifier | |
ASN1Set | |
static Attribute |
|
DERObject |
|
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable | |
equals , getDERObject , getEncoded , hashCode , toASN1Object |
public static Attribute getInstance(Object o)
return an Attribute object from the given object.
- Parameters:
o
- the object we want converted.
public DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.Attribute ::= SEQUENCE { attrType OBJECT IDENTIFIER, attrValues SET OF AttributeValue }
- Overrides:
- toASN1Object in interface ASN1Encodable