java.lang.Cloneable, org.bouncycastle.util.Selectorpublic class JcaSignerId extends SignerId
| Constructor | Description |
|---|---|
JcaSignerId(java.security.cert.X509Certificate certificate) |
Construct a signer identifier based on the issuer, serial number and subject key identifier (if present) of the passed in
certificate.
|
JcaSignerId(javax.security.auth.x500.X500Principal issuer,
java.math.BigInteger serialNumber) |
Construct a signer identifier based on the provided issuer and serial number..
|
JcaSignerId(javax.security.auth.x500.X500Principal issuer,
java.math.BigInteger serialNumber,
byte[] subjectKeyId) |
Construct a signer identifier based on the provided issuer, serial number, and subjectKeyId..
|
finalize, getClass, notify, notifyAll, toString, wait, wait, waitclone, equals, getIssuer, getSerialNumber, getSubjectKeyIdentifier, hashCode, matchpublic JcaSignerId(java.security.cert.X509Certificate certificate)
certificate - certificate providing the issue and serial number and subject key identifier.public JcaSignerId(javax.security.auth.x500.X500Principal issuer,
java.math.BigInteger serialNumber)
issuer - the issuer to use.serialNumber - the serial number to use.public JcaSignerId(javax.security.auth.x500.X500Principal issuer,
java.math.BigInteger serialNumber,
byte[] subjectKeyId)
issuer - the issuer to use.serialNumber - the serial number to use.subjectKeyId - the subject key ID to use.