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

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DCertIOException.java8 public class CertIOException class in inherits:IOException
13 public CertIOException(String msg, Throwable cause) method in class:CertIOException
20 public CertIOException(String msg) method in class:CertIOException
H A DX509CertificateHolder.java40 throw new CertIOException("malformed data: " + e.getMessage(), e);
44 throw new CertIOException("malformed data: " + e.getMessage(), e);
H A DCertUtils.java151 throws CertIOException
159 throw new CertIOException("cannot encode extension: " + e.getMessage(), e);
H A DX509AttributeCertificateHolder.java44 throw new CertIOException("malformed data: " + e.getMessage(), e);
48 throw new CertIOException("malformed data: " + e.getMessage(), e);
H A DX509CRLHolder.java47 throw new CertIOException("malformed data: " + e.getMessage(), e);
51 throw new CertIOException("malformed data: " + e.getMessage(), e);

Completed in 53 milliseconds