Searched refs:getRevocationReason (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CRLEntry.java185 public CRLReason getRevocationReason() { method in class:X509CRLEntry
189 return X509CRLEntryImpl.getRevocationReason(this);
H A DCertificateRevokedException.java117 public CRLReason getRevocationReason() { method in class:CertificateRevokedException
/openjdk7/jdk/test/java/security/cert/CertificateRevokedException/
H A DBasic.java59 CRLReason reason = cre.getRevocationReason();
61 throw new Exception("getRevocationReason returns different reason");
97 if (cre2.getRevocationReason() != CRLReason.UNSPECIFIED) {
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509CRLEntryImpl.java238 * This method is the overridden implementation of the getRevocationReason
243 public CRLReason getRevocationReason() { method in class:X509CRLEntryImpl
254 * getRevocationReason method in X509CRLEntry.
256 public static CRLReason getRevocationReason(X509CRLEntry crlEntry) { method in class:X509CRLEntryImpl
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSP.java375 CRLReason getRevocationReason(); method in interface:OCSP.RevocationStatus
H A DOCSPChecker.java398 rs.getRevocationTime(), rs.getRevocationReason(),
H A DCrlRevocationChecker.java420 reasonCode = entry.getRevocationReason();
H A DOCSPResponse.java744 @Override public CRLReason getRevocationReason() { method in class:OCSPResponse.SingleResponse

Completed in 1709 milliseconds