Package org.bouncycastle.cert.selector
Class X509CertificateHolderSelector
java.lang.Object
org.bouncycastle.cert.selector.X509CertificateHolderSelector
- Direct Known Subclasses:
JcaX509CertificateHolderSelector
a basic index for a X509CertificateHolder class
-
Constructor Summary
ConstructorsConstructorDescriptionX509CertificateHolderSelector(byte[] subjectKeyId) Construct a selector with the value of a public key's subjectKeyId.X509CertificateHolderSelector(X500Name issuer, BigInteger serialNumber) Construct a signer ID based on the issuer and serial number of the signer's associated certificate.X509CertificateHolderSelector(X500Name issuer, BigInteger serialNumber, byte[] subjectKeyId) Construct a signer ID based on the issuer and serial number of the signer's associated certificate. -
Method Summary
-
Constructor Details
-
X509CertificateHolderSelector
public X509CertificateHolderSelector(byte[] subjectKeyId) Construct a selector with the value of a public key's subjectKeyId.- Parameters:
subjectKeyId- a subjectKeyId
-
X509CertificateHolderSelector
Construct a signer ID based on the issuer and serial number of the signer's associated certificate.- Parameters:
issuer- the issuer of the signer's associated certificate.serialNumber- the serial number of the signer's associated certificate.
-
X509CertificateHolderSelector
Construct a signer ID based on the issuer and serial number of the signer's associated certificate.- Parameters:
issuer- the issuer of the signer's associated certificate.serialNumber- the serial number of the signer's associated certificate.subjectKeyId- the subject key identifier to use to match the signers associated certificate.
-
-
Method Details
-
getIssuer
-
getSerialNumber
-
getSubjectKeyIdentifier
public byte[] getSubjectKeyIdentifier() -
hashCode
public int hashCode() -
equals
-
match
Description copied from interface:SelectorMatch the passed in object, returning true if it would be selected by this selector, false otherwise. -
clone
-