org.bouncycastle.asn1.cms
public class RecipientIdentifier extends ASN1Encodable
| Constructor Summary | |
|---|---|
| RecipientIdentifier(IssuerAndSerialNumber id) | |
| RecipientIdentifier(ASN1OctetString id) | |
| RecipientIdentifier(DERObject id) | |
| Method Summary | |
|---|---|
| DEREncodable | getId() |
| static RecipientIdentifier | getInstance(Object o)
return a RecipientIdentifier object from the given object.
|
| boolean | isTagged() |
| DERObject | toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
Parameters: o the object we want converted.
Throws: IllegalArgumentException if the object cannot be converted.
RecipientIdentifier ::= CHOICE {
issuerAndSerialNumber IssuerAndSerialNumber,
subjectKeyIdentifier [0] SubjectKeyIdentifier
}
SubjectKeyIdentifier ::= OCTET STRING