Searched refs:signFlag (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ |
| H A D | CrlRevocationChecker.java | 231 * @param signFlag a boolean as returned from the last call, or true 239 boolean signFlag) throws CertPathValidatorException 241 verifyRevocationStatus(currCert, prevKey, signFlag, true); 267 PublicKey prevKey, boolean signFlag, boolean allowSeparateKey) 270 verifyRevocationStatus(currCert, prevKey, signFlag, 285 PublicKey prevKey, boolean signFlag, boolean allowSeparateKey, 331 mApprovedCRLs.addAll(DistributionPointFetcher.getCRLs(sel, signFlag, 350 signFlag, prevKey, reasonsMask, trustAnchors)); 362 verifyWithSeparateSigningKey(currCert, prevKey, signFlag, 445 * @param signFlag <cod 238 check(X509Certificate currCert, PublicKey prevKey, boolean signFlag) argument 266 verifyRevocationStatus(X509Certificate currCert, PublicKey prevKey, boolean signFlag, boolean allowSeparateKey) argument 284 verifyRevocationStatus(X509Certificate currCert, PublicKey prevKey, boolean signFlag, boolean allowSeparateKey, Set<X509Certificate> stackedCerts, Set<TrustAnchor> trustAnchors) argument 455 verifyWithSeparateSigningKey(X509Certificate currCert, PublicKey prevKey, boolean signFlag, Set<X509Certificate> stackedCerts) argument 753 verifyPossibleCRLs(Set<X509CRL> crls, X509Certificate cert, boolean signFlag, PublicKey prevKey, boolean[] reasonsMask, Set<TrustAnchor> trustAnchors) argument [all...] |
| H A D | DistributionPointFetcher.java | 81 boolean signFlag, 118 point, reasonsMask, signFlag, prevKey, provider, 139 boolean signFlag, PublicKey prevKey, String provider, 193 reasonsMask, signFlag, prevKey, provider, trustAnchors, 272 * @param signFlag true if prevKey can be used to verify the CRL 283 X509CRL crl, boolean[] reasonsMask, boolean signFlag, 362 if (!indirectCRL && !signFlag) { 80 getCRLs(X509CRLSelector selector, boolean signFlag, PublicKey prevKey, String provider, List<CertStore> certStores, boolean[] reasonsMask, Set<TrustAnchor> trustAnchors, Date validity) argument 137 getCRLs(X509CRLSelector selector, X509CertImpl certImpl, DistributionPoint point, boolean[] reasonsMask, boolean signFlag, PublicKey prevKey, String provider, List<CertStore> certStores, Set<TrustAnchor> trustAnchors, Date validity) argument 282 verifyCRL(X509CertImpl certImpl, DistributionPoint point, X509CRL crl, boolean[] reasonsMask, boolean signFlag, PublicKey prevKey, String provider, Set<TrustAnchor> trustAnchors, List<CertStore> certStores, Date validity) argument
|
Completed in 49 milliseconds