Home
last modified time | relevance | path

Searched refs:CertException (Results 1 – 4 of 4) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DCertException.java6 public class CertException class
11 public CertException(String msg, Throwable cause) in CertException() method in CertException
18 public CertException(String msg) in CertException() method in CertException
DX509CertificateHolder.java265 throws CertException in isSignatureValid()
271 throw new CertException("signature invalid - algorithm identifier mismatch"); in isSignatureValid()
289 throw new CertException("unable to process signature: " + e.getMessage(), e); in isSignatureValid()
DX509AttributeCertificateHolder.java316 throws CertException in isSignatureValid()
322 throw new CertException("signature invalid - algorithm identifier mismatch"); in isSignatureValid()
340 throw new CertException("unable to process signature: " + e.getMessage(), e); in isSignatureValid()
DX509CRLHolder.java267 throws CertException in isSignatureValid()
273 throw new CertException("signature invalid - algorithm identifier mismatch"); in isSignatureValid()
291 throw new CertException("unable to process signature: " + e.getMessage(), e); in isSignatureValid()