public class RecipientInfo extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
(package private) DEREncodable |
info |
BER, DER| Constructor and Description |
|---|
RecipientInfo(DERObject info) |
RecipientInfo(KEKRecipientInfo info) |
RecipientInfo(KeyAgreeRecipientInfo info) |
RecipientInfo(KeyTransRecipientInfo info) |
RecipientInfo(OtherRecipientInfo info) |
RecipientInfo(PasswordRecipientInfo info) |
| Modifier and Type | Method and Description |
|---|---|
DEREncodable |
getInfo() |
static RecipientInfo |
getInstance(java.lang.Object o) |
private KEKRecipientInfo |
getKEKInfo(ASN1TaggedObject o) |
DERInteger |
getVersion() |
boolean |
isTagged() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodeDEREncodable info
public RecipientInfo(KeyTransRecipientInfo info)
public RecipientInfo(KeyAgreeRecipientInfo info)
public RecipientInfo(KEKRecipientInfo info)
public RecipientInfo(PasswordRecipientInfo info)
public RecipientInfo(OtherRecipientInfo info)
public RecipientInfo(DERObject info)
public static RecipientInfo getInstance(java.lang.Object o)
public DERInteger getVersion()
public boolean isTagged()
public DEREncodable getInfo()
private KEKRecipientInfo getKEKInfo(ASN1TaggedObject o)
public DERObject toASN1Object()
RecipientInfo ::= CHOICE {
ktri KeyTransRecipientInfo,
kari [1] KeyAgreeRecipientInfo,
kekri [2] KEKRecipientInfo,
pwri [3] PasswordRecipientInfo,
ori [4] OtherRecipientInfo }
toASN1Object in class ASN1EncodableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.