Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cms.jcajce
Class JcaSignerId

java.lang.Object
  |
  +--org.bouncycastle.cms.SignerId
        |
        +--org.bouncycastle.cms.jcajce.JcaSignerId
All Implemented Interfaces:
java.lang.Cloneable, org.bouncycastle.util.Selector

public class JcaSignerId
extends SignerId


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

JcaSignerId

public 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.
Parameters:
certificate - certificate providing the issue and serial number and subject key identifier.

Bouncy Castle Cryptography Library 1.79