public class

KeyTransRecipientId

extends RecipientId
java.lang.Object
   ↳ java.security.cert.X509CertSelector
     ↳ org.bouncycastle.cms.RecipientId
       ↳ org.bouncycastle.cms.KeyTransRecipientId
Known Direct Subclasses

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.cms.RecipientId
Public Constructors
KeyTransRecipientId(byte[] subjectKeyId)
Construct a key trans recipient ID with the value of a public key's subjectKeyId.
KeyTransRecipientId(X500Name issuer, BigInteger serialNumber)
Construct a key trans recipient ID based on the issuer and serial number of the recipient's associated certificate.
Public Methods
boolean equals(Object o)
int hashCode()
boolean match(Object obj)
[Expand]
Inherited Methods
From class org.bouncycastle.cms.RecipientId
From class java.security.cert.X509CertSelector
From class java.lang.Object
From interface java.security.cert.CertSelector
From interface org.bouncycastle.util.Selector

Public Constructors

public KeyTransRecipientId (byte[] subjectKeyId)

Construct a key trans recipient ID with the value of a public key's subjectKeyId.

Parameters
subjectKeyId a subjectKeyId

public KeyTransRecipientId (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.

Public Methods

public boolean equals (Object o)

public int hashCode ()

public boolean match (Object obj)