Searched refs:ExemptionMechanism (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | ExemptionMechanismTest.java | 32 import javax.crypto.ExemptionMechanism; 67 ExemptionMechanism em = new ExemptionMechanism(spi, mProv, defaultAlg) {}; in testExemptionMechanism() 81 em = new ExemptionMechanism(null, null, null) {}; in testExemptionMechanism() 101 ExemptionMechanism.getInstance((String) null, "aaa"); in testGetInstance() 107 ExemptionMechanism.getInstance("AlgName", (String)null); in testGetInstance() 125 ExemptionMechanism em = new ExemptionMechanism( in testIsCryptoAllowed() 157 ExemptionMechanism em = new ExemptionMechanism( in testGenExemptionBlob() 199 ExemptionMechanism em = new ExemptionMechanism( in test_genExemptionBlob() 216 em = new ExemptionMechanism( in test_genExemptionBlob() 237 ExemptionMechanism em = new ExemptionMechanism( in test_genExemptionBlob$B() [all …]
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | ExemptionMechanism.java | 51 public class ExemptionMechanism { class 79 protected ExemptionMechanism(ExemptionMechanismSpi exmechSpi, in ExemptionMechanism() method in ExemptionMechanism 134 public static final ExemptionMechanism getInstance(String algorithm) in getInstance() 138 return new ExemptionMechanism((ExemptionMechanismSpi)instance.impl, in getInstance() 181 public static final ExemptionMechanism getInstance(String algorithm, in getInstance() 186 return new ExemptionMechanism((ExemptionMechanismSpi)instance.impl, in getInstance() 222 public static final ExemptionMechanism getInstance(String algorithm, in getInstance() 226 return new ExemptionMechanism((ExemptionMechanismSpi)instance.impl, in getInstance()
|
D | Cipher.java | 288 private ExemptionMechanism exmech; 690 public final ExemptionMechanism getExemptionMechanism() { in getExemptionMechanism()
|
/libcore/ |
D | openjdk_java_files.mk | 1222 ojluni/src/main/java/javax/crypto/ExemptionMechanism.java \
|