org.bouncycastle.asn1.cms
Class RecipientKeyIdentifier
- DEREncodable
public class RecipientKeyIdentifier
RecipientKeyIdentifier
public RecipientKeyIdentifier(ASN1Sequence seq)
getInstance
public static RecipientKeyIdentifier getInstance(Object _obj)
return a RecipientKeyIdentifier object from the given object.
_obj
- the object we want converted.
getInstance
public static RecipientKeyIdentifier getInstance(ASN1TaggedObject _ato,
boolean _explicit)
return a RecipientKeyIdentifier object from a tagged object.
_ato
- the tagged object holding the object we want._explicit
- true if the object is meant to be explicitly
tagged false otherwise.
toASN1Object
public DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.
RecipientKeyIdentifier ::= SEQUENCE {
subjectKeyIdentifier SubjectKeyIdentifier,
date GeneralizedTime OPTIONAL,
other OtherKeyAttribute OPTIONAL
}
SubjectKeyIdentifier ::= OCTET STRING
- toASN1Object in interface ASN1Encodable