Home
last modified time | relevance | path

Searched refs:PUBLIC_KEY (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/javax/crypto/
DCipher.java86 public static final int PUBLIC_KEY = 1; field in Cipher
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherTest.java816 c.unwrap(arDES, "RSA38", Cipher.PUBLIC_KEY); in test_unwrap$BLjava_lang_StringI()