Package org.bouncycastle.cms
Class SignerId
java.lang.Object
org.bouncycastle.cms.SignerId
- All Implemented Interfaces:
Cloneable
,org.bouncycastle.util.Selector
- 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
(org.bouncycastle.asn1.x500.X500Name issuer, BigInteger serialNumber) Construct a signer ID based on the issuer and serial number of the signer's associated certificate.SignerId
(org.bouncycastle.asn1.x500.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
public SignerId(org.bouncycastle.asn1.x500.X500Name issuer, BigInteger serialNumber, byte[] subjectKeyId) 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
public org.bouncycastle.asn1.x500.X500Name getIssuer() -
getSerialNumber
-
getSubjectKeyIdentifier
public byte[] getSubjectKeyIdentifier() -
hashCode
public int hashCode() -
equals
-
match
- Specified by:
match
in interfaceorg.bouncycastle.util.Selector
-
clone
-