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

/libcore/luni/src/test/java/libcore/javax/crypto/
H A DCipherTest.java67 assertCipherInitWithKeyUsage(certificate, allowUnwrap, Cipher.UNWRAP_MODE);
90 case Cipher.UNWRAP_MODE:
91 modeString = "UNWRAP_MODE";
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
H A DCipherWrapThread.java41 cip.init(Cipher.UNWRAP_MODE, key);
/libcore/luni/src/main/java/javax/crypto/
H A DCipher.java92 public static final int UNWRAP_MODE = 4; field in class:Cipher
465 * WRAP_MODE} or {@code UNWRAP_MODE}).
503 * WRAP_MODE} or {@code UNWRAP_MODE}).
525 && mode != UNWRAP_MODE && mode != WRAP_MODE) {
549 * WRAP_MODE} or {@code UNWRAP_MODE}).
590 * WRAP_MODE} or {@code UNWRAP_MODE}).
641 * WRAP_MODE} or {@code UNWRAP_MODE}).
681 * WRAP_MODE} or {@code UNWRAP_MODE}).
736 * WRAP_MODE} or {@code UNWRAP_MODE}).
777 * WRAP_MODE} or {@code UNWRAP_MODE})
[all...]
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherTest.java847 c.init(Cipher.UNWRAP_MODE, cipherKeyDES, ap, sr);
858 c.init(Cipher.UNWRAP_MODE, cipherKey, ap, sr);

Completed in 3170 milliseconds