Package org.bouncycastle.cms
Class SignerId
java.lang.Object
org.bouncycastle.cms.SignerId
- Direct Known Subclasses:
JcaSignerId
a basic index for a signer.
-
Constructor Summary
ConstructorsConstructorDescriptionSignerId(byte[] subjectKeyId) Construct a signer ID with the value of a public key's subjectKeyId.SignerId(X500Name issuer, BigInteger serialNumber) Construct a signer ID based on the issuer and serial number of the signer's associated certificate.SignerId(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
-
SignerId
public SignerId(byte[] subjectKeyId) Construct a signer ID with the value of a public key's subjectKeyId.- Parameters:
subjectKeyId- a subjectKeyId
-
SignerId
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.
-
SignerId
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
-