Package org.bouncycastle.jcajce
Class PKIXCertRevocationCheckerParameters
- java.lang.Object
-
- org.bouncycastle.jcajce.PKIXCertRevocationCheckerParameters
-
public class PKIXCertRevocationCheckerParameters extends Object
-
-
Constructor Summary
Constructors Constructor Description PKIXCertRevocationCheckerParameters(PKIXExtendedParameters paramsPKIX, Date validDate, CertPath certPath, int index, X509Certificate signingCert, PublicKey workingPublicKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertPath
getCertPath()
int
getIndex()
PKIXExtendedParameters
getParamsPKIX()
X509Certificate
getSigningCert()
Date
getValidDate()
PublicKey
getWorkingPublicKey()
-
-
-
Constructor Detail
-
PKIXCertRevocationCheckerParameters
public PKIXCertRevocationCheckerParameters(PKIXExtendedParameters paramsPKIX, Date validDate, CertPath certPath, int index, X509Certificate signingCert, PublicKey workingPublicKey)
-
-
Method Detail
-
getParamsPKIX
public PKIXExtendedParameters getParamsPKIX()
-
getValidDate
public Date getValidDate()
-
getCertPath
public CertPath getCertPath()
-
getIndex
public int getIndex()
-
getSigningCert
public X509Certificate getSigningCert()
-
getWorkingPublicKey
public PublicKey getWorkingPublicKey()
-
-