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

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
H A DOperatorHelper.java407 throw new OpCertificateException("cannot get encoded form of certificate: " + e.getMessage(), e);
411 throw new OpCertificateException("cannot create certificate factory: " + e.getMessage(), e);
415 throw new OpCertificateException("cannot find factory provider: " + e.getMessage(), e);
447 private static class OpCertificateException class in class:OperatorHelper
452 public OpCertificateException(String msg, Throwable cause) method in class:OperatorHelper.OpCertificateException

Completed in 82 milliseconds