|
Bouncy Castle Cryptography 1.69 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.cms.SignerId | +--org.bouncycastle.cms.jcajce.JcaSignerId
Constructor Summary | |
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. |
Methods inherited from class org.bouncycastle.cms.SignerId |
clone,
equals,
getIssuer,
getSerialNumber,
getSubjectKeyIdentifier,
hashCode,
match |
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public JcaSignerId(java.security.cert.X509Certificate certificate)
certificate
- certificate providing the issue and serial number and subject key identifier.
|
Bouncy Castle Cryptography 1.69 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |