Home
last modified time | relevance | path

Searched refs:getExemptionMechanism (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DNullCipherTest.java69 assertNull("Incorrect ExemptionMechanism", c.getExemptionMechanism()); in testGetExemptionMechanism()
/libcore/luni/src/main/java/javax/crypto/
DCipher.java569 public final ExemptionMechanism getExemptionMechanism() { in getExemptionMechanism() method in Cipher
/libcore/luni/src/test/java/libcore/javax/crypto/
DCipherTest.java1186 assertNull(cipherID, c.getExemptionMechanism()); in test_Cipher()