Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DExemptionMechanismTest.java136 em.genExemptionBlob(); in testIsCryptoAllowed()
166 em.genExemptionBlob(null, 0); in testGenExemptionBlob()
167 em.genExemptionBlob(new byte[0], 0); in testGenExemptionBlob()
168 em.genExemptionBlob(new byte[10], -5); in testGenExemptionBlob()
206 em.genExemptionBlob(); in test_genExemptionBlob()
214 assertNotNull(em.genExemptionBlob()); in test_genExemptionBlob()
223 em.genExemptionBlob(); in test_genExemptionBlob()
244 em.genExemptionBlob(new byte[10]); in test_genExemptionBlob$B()
252 assertEquals(5, (em.genExemptionBlob(new byte[10]))); in test_genExemptionBlob$B()
255 em.genExemptionBlob(new byte[2]); in test_genExemptionBlob$B()
[all …]
/libcore/ojluni/src/main/java/javax/crypto/
DExemptionMechanism.java398 public final byte[] genExemptionBlob() throws IllegalStateException, in genExemptionBlob() method in ExemptionMechanism
430 public final int genExemptionBlob(byte[] output) in genExemptionBlob() method in ExemptionMechanism
466 public final int genExemptionBlob(byte[] output, int outputOffset) in genExemptionBlob() method in ExemptionMechanism
/libcore/api/
Dcurrent.txt19021 …method public final byte[] genExemptionBlob() throws javax.crypto.ExemptionMechanismException, jav…
19022 …method public final int genExemptionBlob(byte[]) throws javax.crypto.ExemptionMechanismException, …
19023 …method public final int genExemptionBlob(byte[], int) throws javax.crypto.ExemptionMechanismExcept…