Package org.bouncycastle.cms
Class PKIXRecipientId
java.lang.Object
org.bouncycastle.cms.RecipientId
org.bouncycastle.cms.PKIXRecipientId
- All Implemented Interfaces:
Cloneable
,org.bouncycastle.util.Selector
- Direct Known Subclasses:
KEMRecipientId
,KeyAgreeRecipientId
,KeyTransRecipientId
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PKIXRecipientId
(int type, org.bouncycastle.asn1.x500.X500Name issuer, BigInteger serialNumber, byte[] subjectKeyId) protected
PKIXRecipientId
(int type, X509CertificateHolderSelector baseSelector) -
Method Summary
Methods inherited from class org.bouncycastle.cms.RecipientId
getType
-
Field Details
-
baseSelector
-
-
Constructor Details
-
PKIXRecipientId
-
PKIXRecipientId
protected PKIXRecipientId(int type, org.bouncycastle.asn1.x500.X500Name issuer, BigInteger serialNumber, byte[] subjectKeyId)
-
-
Method Details
-
getIssuer
public org.bouncycastle.asn1.x500.X500Name getIssuer() -
getSerialNumber
-
getSubjectKeyIdentifier
public byte[] getSubjectKeyIdentifier() -
clone
- Specified by:
clone
in interfaceorg.bouncycastle.util.Selector
- Specified by:
clone
in classRecipientId
-
hashCode
public int hashCode() -
equals
-
match
-