Searched refs:getExemptionMechanism (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DNullCipherTest.java124 method = "getExemptionMechanism",
128 assertNull("Incorrect ExemptionMechanism", c.getExemptionMechanism());
/dalvik/libcore/crypto/src/main/java/javax/crypto/
H A DCipher.java430 public final ExemptionMechanism getExemptionMechanism() { method in class:Cipher
431 //FIXME implement getExemptionMechanism

Completed in 99 milliseconds