HomeSort by relevance Sort by last modified time
    Searched refs:ExemptionMechanismException (Results 1 - 12 of 12) sorted by null

  /libcore/luni/src/main/java/javax/crypto/
ExemptionMechanismException.java 23 * This is the base class for {@code ExemptionMechanismException}.
25 public class ExemptionMechanismException extends GeneralSecurityException {
33 * Creates a new {@code ExemptionMechanismException} with the specified
39 public ExemptionMechanismException(String msg) {
44 * Creates a new {@code ExemptionMechanismException} with no message.
46 public ExemptionMechanismException() {
ExemptionMechanismSpi.java 42 * @throws ExemptionMechanismException
46 throws ExemptionMechanismException;
59 * @throws ExemptionMechanismException
64 ExemptionMechanismException;
85 * @throws ExemptionMechanismException
89 ExemptionMechanismException;
104 * @throws ExemptionMechanismException
109 ExemptionMechanismException;
124 * @throws ExemptionMechanismException
129 ExemptionMechanismException;
    [all...]
ExemptionMechanism.java 195 * @throws ExemptionMechanismException
200 throws ExemptionMechanismException {
237 * @throws ExemptionMechanismException
241 ExemptionMechanismException {
261 * @throws ExemptionMechanismException
266 ExemptionMechanismException {
286 * @throws ExemptionMechanismException
291 ExemptionMechanismException {
305 * @throws ExemptionMechanismException
309 ExemptionMechanismException {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/serialization/
ExemptionMechanismExceptionTest.java 25 import javax.crypto.ExemptionMechanismException;
31 * Test for ExemptionMechanismException serialization
42 return new Object[] { new ExemptionMechanismException(),
43 new ExemptionMechanismException(null), new ExemptionMechanismException(msgs[1]) };
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyExemptionMechanismSpi.java 31 import javax.crypto.ExemptionMechanismException;
50 throws ExemptionMechanismException {
56 throws ShortBufferException, ExemptionMechanismException {
67 ExemptionMechanismException {
72 throw new ExemptionMechanismException("Incorrect key");
79 ExemptionMechanismException {
84 throw new ExemptionMechanismException("Incorrect key");
94 ExemptionMechanismException {
99 throw new ExemptionMechanismException("Incorrect key");
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismExceptionTest.java 30 import javax.crypto.ExemptionMechanismException;
35 @TestTargetClass(ExemptionMechanismException.class)
37 * Tests for <code>ExemptionMechanismException</code> class constructors and
51 return "ExemptionMechanismException: ".concat(tE.toString()).concat(
56 * Test for <code>ExemptionMechanismException()</code> constructor
57 * Assertion: constructs ExemptionMechanismException with no detail message
62 method = "ExemptionMechanismException",
66 ExemptionMechanismException tE = new ExemptionMechanismException();
77 * Test for <code>ExemptionMechanismException(String)</code> constructo
    [all...]
ExemptionMechanismSpiTest.java 39 import javax.crypto.ExemptionMechanismException;
57 protected byte[] engineGenExemptionBlob() throws ExemptionMechanismException {
62 protected int engineGenExemptionBlob(byte[] output, int outputOffset) throws ShortBufferException, ExemptionMechanismException {
72 protected void engineInit(Key key) throws InvalidKeyException, ExemptionMechanismException {
78 protected void engineInit(Key key, AlgorithmParameterSpec params) throws InvalidKeyException, InvalidAlgorithmParameterException, ExemptionMechanismException {
84 protected void engineInit(Key key, AlgorithmParameters params) throws InvalidKeyException, InvalidAlgorithmParameterException, ExemptionMechanismException {
131 fail("ExemptionMechanismException must be thrown");
132 } catch (ExemptionMechanismException e) {
136 fail("ExemptionMechanismException must be thrown");
137 } catch (ExemptionMechanismException e)
    [all...]
ExemptionMechanismTest.java 40 import javax.crypto.ExemptionMechanismException;
253 throws ExemptionMechanismException {
254 throw new ExemptionMechanismException();
259 throws ShortBufferException, ExemptionMechanismException {
265 throw new ExemptionMechanismException();
287 ExemptionMechanismException {
318 fail("ExemptionMechanismException expected");
319 } catch (ExemptionMechanismException e) {
331 ExemptionMechanismException, ShortBufferException {
364 fail("ExemptionMechanismException expected")
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 307 milliseconds