org.bouncycastle.asn1.cms
Class RecipientIdentifier
- DEREncodable
public class RecipientIdentifier
RecipientIdentifier
public RecipientIdentifier(DERObject id)
getInstance
public static RecipientIdentifier getInstance(Object o)
return a RecipientIdentifier object from the given object.
o
- the object we want converted.
isTagged
public boolean isTagged()
toASN1Object
public DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.
RecipientIdentifier ::= CHOICE {
issuerAndSerialNumber IssuerAndSerialNumber,
subjectKeyIdentifier [0] SubjectKeyIdentifier
}
SubjectKeyIdentifier ::= OCTET STRING
- toASN1Object in interface ASN1Encodable