Package | Description |
---|---|
old.org.bouncycastle.x509 |
Modifier and Type | Method and Description |
---|---|
protected Collection |
PKIXCertPathReviewer.getTrustAnchors(X509Certificate cert,
Set trustanchors) |
protected void |
PKIXCertPathReviewer.checkCRLs(PKIXParameters paramsPKIX,
X509Certificate cert,
Date validDate,
X509Certificate sign,
PublicKey workingPublicKey,
Vector crlDistPointUrls,
int index) |
protected void |
PKIXCertPathReviewer.checkRevocation(PKIXParameters paramsPKIX,
X509Certificate cert,
Date validDate,
X509Certificate sign,
PublicKey workingPublicKey,
Vector crlDistPointUrls,
Vector ocspUrls,
int index) |
void |
PKIXCertPathReviewer.init(CertPath certPath,
PKIXParameters params)
Initializes the PKIXCertPathReviewer with the given
CertPath and PKIXParameters params |
Constructor and Description |
---|
PKIXCertPathReviewer(CertPath certPath,
PKIXParameters params)
Creates a PKIXCertPathReviewer and initializes it with the given
CertPath and PKIXParameters params |
Copyright © 2015. All rights reserved.