public class PKIXRecipientId extends RecipientId
| Modifier and Type | Field and Description |
|---|---|
protected X509CertificateHolderSelector |
baseSelector |
| Modifier | Constructor and Description |
|---|---|
protected |
PKIXRecipientId(int type,
org.bouncycastle.asn1.x500.X500Name issuer,
java.math.BigInteger serialNumber,
byte[] subjectKeyId) |
protected |
PKIXRecipientId(int type,
X509CertificateHolderSelector baseSelector) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object o) |
org.bouncycastle.asn1.x500.X500Name |
getIssuer() |
java.math.BigInteger |
getSerialNumber() |
byte[] |
getSubjectKeyIdentifier() |
int |
hashCode() |
boolean |
match(java.lang.Object obj) |
getTypeprotected final X509CertificateHolderSelector baseSelector
protected PKIXRecipientId(int type,
X509CertificateHolderSelector baseSelector)
protected PKIXRecipientId(int type,
org.bouncycastle.asn1.x500.X500Name issuer,
java.math.BigInteger serialNumber,
byte[] subjectKeyId)
public org.bouncycastle.asn1.x500.X500Name getIssuer()
public java.math.BigInteger getSerialNumber()
public byte[] getSubjectKeyIdentifier()
public java.lang.Object clone()
clone in interface org.bouncycastle.util.Selectorclone in class RecipientIdpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic boolean match(java.lang.Object obj)