HomeSort by relevance Sort by last modified time
    Searched refs:EncryptionException (Results 1 - 3 of 3) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/openssl/
EncryptionException.java 5 public class EncryptionException
10 public EncryptionException(String msg)
15 public EncryptionException(String msg, Throwable ex)
PEMUtilities.java 108 throw new EncryptionException("cannot find provider: " + provider);
218 throw new EncryptionException("unknown AES encryption with private key");
224 throw new EncryptionException("unknown encryption with private key");
246 throw new EncryptionException("exception using cipher - please check password and data.", e);
PEMWriter.java 78 throw new EncryptionException(e.getMessage(), e);

Completed in 35 milliseconds