Bouncy Castle Cryptography Library 1.39 | |
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.OtherKeyAttribute
public class OtherKeyAttribute
extends ASN1Encodable
Field Summary |
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable | |
BER , DER |
Constructor Summary | |
|
Method Summary | |
static OtherKeyAttribute |
|
DEREncodable | |
DERObjectIdentifier | |
DERObject |
|
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable | |
equals , getDEREncoded , getDERObject , getEncoded , getEncoded , hashCode , toASN1Object |
public static OtherKeyAttribute getInstance(Object o)
return an OtherKeyAttribute object from the given object.
- Parameters:
o
- the object we want converted.
public DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.OtherKeyAttribute ::= SEQUENCE { keyAttrId OBJECT IDENTIFIER, keyAttr ANY DEFINED BY keyAttrId OPTIONAL }
- Overrides:
- toASN1Object in interface ASN1Encodable