Class KeyTransRecipientId

All Implemented Interfaces:
Cloneable, org.bouncycastle.util.Selector
Direct Known Subclasses:
JceKeyTransRecipientId

public class KeyTransRecipientId extends PKIXRecipientId
  • Constructor Details Link icon

    • KeyTransRecipientId Link icon

      public KeyTransRecipientId(byte[] subjectKeyId)
      Construct a key trans recipient ID with the value of a public key's subjectKeyId.
      Parameters:
      subjectKeyId - a subjectKeyId
    • KeyTransRecipientId Link icon

      public KeyTransRecipientId(org.bouncycastle.asn1.x500.X500Name issuer, BigInteger serialNumber)
      Construct a key trans recipient ID based on the issuer and serial number of the recipient's associated certificate.
      Parameters:
      issuer - the issuer of the recipient's associated certificate.
      serialNumber - the serial number of the recipient's associated certificate.
    • KeyTransRecipientId Link icon

      public KeyTransRecipientId(org.bouncycastle.asn1.x500.X500Name issuer, BigInteger serialNumber, byte[] subjectKeyId)
      Construct a key trans recipient ID based on the issuer and serial number of the recipient's associated certificate.
      Parameters:
      issuer - the issuer of the recipient's associated certificate.
      serialNumber - the serial number of the recipient's associated certificate.
      subjectKeyId - the subject key identifier to use to match the recipients associated certificate.
  • Method Details Link icon