Class RecipientInfo

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Choice, org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

    public class RecipientInfo
    extends org.bouncycastle.asn1.ASN1Object
    implements org.bouncycastle.asn1.ASN1Choice
       RecipientInfo ::= CHOICE {
         pskRecipInfo         PreSharedKeyRecipientInfo,
         symmRecipInfo        SymmRecipientInfo,
         certRecipInfo        PKRecipientInfo,
         signedDataRecipInfo  PKRecipientInfo,
         rekRecipInfo         PKRecipientInfo
       }
     
    • Constructor Detail

      • RecipientInfo

        public RecipientInfo​(int choice,
                             org.bouncycastle.asn1.ASN1Encodable value)
    • Method Detail

      • getInstance

        public static RecipientInfo getInstance​(java.lang.Object object)
      • getChoice

        public int getChoice()
      • getRecipientInfo

        public org.bouncycastle.asn1.ASN1Encodable getRecipientInfo()
      • toASN1Primitive

        public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
        Specified by:
        toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
        Specified by:
        toASN1Primitive in class org.bouncycastle.asn1.ASN1Object