Home
last modified time | relevance | path

Searched refs:ExemptionMechanismException (Results 1 – 11 of 11) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
DMyExemptionMechanismSpi.java31 import javax.crypto.ExemptionMechanismException;
50 throws ExemptionMechanismException { in engineGenExemptionBlob()
56 throws ShortBufferException, ExemptionMechanismException { in engineGenExemptionBlob()
67 ExemptionMechanismException { in engineInit()
72 throw new ExemptionMechanismException("Incorrect key"); in engineInit()
79 ExemptionMechanismException { in engineInit()
84 throw new ExemptionMechanismException("Incorrect key"); in engineInit()
94 ExemptionMechanismException { in engineInit()
99 throw new ExemptionMechanismException("Incorrect key"); in engineInit()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DExemptionMechanismExceptionTest.java25 import javax.crypto.ExemptionMechanismException;
53 ExemptionMechanismException tE = new ExemptionMechanismException(); in testExemptionMechanismException01()
69 ExemptionMechanismException tE; in testExemptionMechanismException02()
71 tE = new ExemptionMechanismException(msgs[i]); in testExemptionMechanismException02()
90 ExemptionMechanismException tE = new ExemptionMechanismException(msg); in testExemptionMechanismException03()
DExemptionMechanismSpiTest.java34 import javax.crypto.ExemptionMechanismException;
51 protected byte[] engineGenExemptionBlob() throws ExemptionMechanismException { in engineGenExemptionBlob()
56 …ionBlob(byte[] output, int outputOffset) throws ShortBufferException, ExemptionMechanismException { in engineGenExemptionBlob()
66 protected void engineInit(Key key) throws InvalidKeyException, ExemptionMechanismException { in engineInit()
72 …rams) throws InvalidKeyException, InvalidAlgorithmParameterException, ExemptionMechanismException { in engineInit()
78 …rams) throws InvalidKeyException, InvalidAlgorithmParameterException, ExemptionMechanismException { in engineInit()
120 } catch (ExemptionMechanismException e) { in testExemptionMechanismSpi01()
125 } catch (ExemptionMechanismException e) { in testExemptionMechanismSpi01()
130 } catch (ExemptionMechanismException e) { in testExemptionMechanismSpi01()
DExemptionMechanismTest.java33 import javax.crypto.ExemptionMechanismException;
174 throws ExemptionMechanismException { in engineGenExemptionBlob()
175 throw new ExemptionMechanismException(); in engineGenExemptionBlob()
180 throws ShortBufferException, ExemptionMechanismException { in engineGenExemptionBlob()
186 throw new ExemptionMechanismException(); in engineGenExemptionBlob()
193 ExemptionMechanismException { in test_genExemptionBlob()
225 } catch (ExemptionMechanismException e) { in test_genExemptionBlob()
231 ExemptionMechanismException, ShortBufferException { in test_genExemptionBlob$B()
265 } catch (ExemptionMechanismException e) { in test_genExemptionBlob$B()
271 ExemptionMechanismException, ShortBufferException { in test_genExemptionBlob$BI()
[all …]
/libcore/ojluni/src/main/java/javax/crypto/
DExemptionMechanismSpi.java82 throws InvalidKeyException, ExemptionMechanismException; in engineInit()
107 ExemptionMechanismException; in engineInit()
132 ExemptionMechanismException; in engineInit()
143 throws ExemptionMechanismException; in engineGenExemptionBlob()
169 throws ShortBufferException, ExemptionMechanismException; in engineGenExemptionBlob()
DExemptionMechanism.java258 throws ExemptionMechanismException { in isCryptoAllowed()
315 throws InvalidKeyException, ExemptionMechanismException { in init()
347 ExemptionMechanismException { in init()
379 ExemptionMechanismException { in init()
399 ExemptionMechanismException { in genExemptionBlob()
432 ExemptionMechanismException { in genExemptionBlob()
468 ExemptionMechanismException { in genExemptionBlob()
DExemptionMechanismException.java36 public class ExemptionMechanismException extends GeneralSecurityException { class
45 public ExemptionMechanismException() { in ExemptionMechanismException() method in ExemptionMechanismException
56 public ExemptionMechanismException(String msg) { in ExemptionMechanismException() method in ExemptionMechanismException
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/serialization/
DExemptionMechanismExceptionTest.java25 import javax.crypto.ExemptionMechanismException;
42 return new Object[] { new ExemptionMechanismException(), in getData()
43 new ExemptionMechanismException(null), new ExemptionMechanismException(msgs[1]) }; in getData()
/libcore/api/
Dcurrent.txt19021 …method public final byte[] genExemptionBlob() throws javax.crypto.ExemptionMechanismException, jav…
19022 … public final int genExemptionBlob(byte[]) throws javax.crypto.ExemptionMechanismException, java.l…
19023 …ic final int genExemptionBlob(byte[], int) throws javax.crypto.ExemptionMechanismException, java.l…
19030 … public final void init(java.security.Key) throws javax.crypto.ExemptionMechanismException, java.s…
19031 …java.security.spec.AlgorithmParameterSpec) throws javax.crypto.ExemptionMechanismException, java.s…
19032 …ty.Key, java.security.AlgorithmParameters) throws javax.crypto.ExemptionMechanismException, java.s…
19033 …c final boolean isCryptoAllowed(java.security.Key) throws javax.crypto.ExemptionMechanismException;
19036 public class ExemptionMechanismException extends java.security.GeneralSecurityException {
19037 ctor public ExemptionMechanismException();
19038 ctor public ExemptionMechanismException(String);
[all …]
/libcore/
Dopenjdk_java_files.bp1286 "ojluni/src/main/java/javax/crypto/ExemptionMechanismException.java",
DEXPECTED_UPSTREAM1284 …a/javax/crypto/ExemptionMechanismException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classes/…