Class RecipientInfo

java.lang.Object
org.bouncycastle.oer.its.RecipientInfo

public class RecipientInfo extends Object
     RecipientInfo ::= CHOICE {
         pskRecipInfo PreSharedKeyReicpientInfo,
         symmRecipInfo SymmRecipientInfo,
         certRecipInfo PKRecipientInfo,
         signedDataRecipInfo PKRecipientInfo,
         rekRecipInfo PKRecipientInfo
     }
 
  • Constructor Details

    • RecipientInfo

      public RecipientInfo()
  • Method Details