Home
last modified time | relevance | path

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

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