Package org.bouncycastle.asn1.its
Class RecipientInfo
java.lang.Object
org.bouncycastle.asn1.its.RecipientInfo
RecipientInfo ::= CHOICE {
pskRecipInfo PreSharedKeyReicpientInfo,
symmRecipInfo SymmRecipientInfo,
certRecipInfo PKRecipientInfo,
signedDataRecipInfo PKRecipientInfo,
rekRecipInfo PKRecipientInfo
}
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RecipientInfo
public RecipientInfo()
-