Searched defs:ARC4 (Results 1 - 1 of 1) sorted by relevance

/libcore/crypto/src/main/java/org/conscrypt/
H A DOpenSSLCipher.java812 public static class ARC4 extends OpenSSLCipher { class in class:OpenSSLCipher
813 public ARC4() { method in class:OpenSSLCipher.ARC4
832 throw new NoSuchAlgorithmException("ARC4 does not support modes");
837 throw new NoSuchPaddingException("ARC4 does not support padding");

Completed in 123 milliseconds