Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jcajce
Class PKIXCertRevocationCheckerParameters

java.lang.Object
  |
  +--org.bouncycastle.jcajce.PKIXCertRevocationCheckerParameters

public class PKIXCertRevocationCheckerParameters
extends java.lang.Object


Constructor Summary
PKIXCertRevocationCheckerParameters(PKIXExtendedParameters paramsPKIX, java.util.Date validDate, CertPath certPath, int index, java.security.cert.X509Certificate signingCert, java.security.PublicKey workingPublicKey)
           
 
Method Summary
 CertPath getCertPath()
           
 int getIndex()
           
 PKIXExtendedParameters getParamsPKIX()
           
 java.security.cert.X509Certificate getSigningCert()
           
 java.util.Date getValidDate()
           
 java.security.PublicKey getWorkingPublicKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PKIXCertRevocationCheckerParameters

public PKIXCertRevocationCheckerParameters(PKIXExtendedParameters paramsPKIX,
                                           java.util.Date validDate,
                                           CertPath certPath,
                                           int index,
                                           java.security.cert.X509Certificate signingCert,
                                           java.security.PublicKey workingPublicKey)
Method Detail

getParamsPKIX

public PKIXExtendedParameters getParamsPKIX()

getValidDate

public java.util.Date getValidDate()

getCertPath

public CertPath getCertPath()

getIndex

public int getIndex()

getSigningCert

public java.security.cert.X509Certificate getSigningCert()

getWorkingPublicKey

public java.security.PublicKey getWorkingPublicKey()

Bouncy Castle Cryptography Library 1.77.0