Class PKRecipientInfo

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.PKRecipientInfo
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class PKRecipientInfo extends org.bouncycastle.asn1.ASN1Object
     PKRecipientInfo ::= SEQUENCE {
         recipientId HashedId8,
         encKey EncryptedDataEncryptionKey
     }
 
  • Constructor Details

  • Method Details

    • getInstance

      public static PKRecipientInfo getInstance(Object object)
    • getRecipientId

      public HashedId getRecipientId()
    • getEncKey

      public EncryptedDataEncryptionKey getEncKey()
    • 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
    • builder

      public static PKRecipientInfo.Builder builder()