Searched defs:getRevocationReason (Results 1 - 5 of 5) 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/src/share/classes/sun/security/provider/certpath/
H A DOCSP.java375 CRLReason getRevocationReason(); method in interface:OCSP.RevocationStatus
H A DOCSPResponse.java744 @Override public CRLReason getRevocationReason() { method in class:OCSPResponse.SingleResponse
/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

Completed in 35 milliseconds