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

  /libcore/luni/src/test/java/libcore/javax/crypto/
MockCipherSpi.java 61 if (!(aps instanceof MockAlgorithmParameterSpec)) {
63 + MockAlgorithmParameterSpec.class.getName());
277 public static class MockAlgorithmParameterSpec implements AlgorithmParameterSpec {
CipherTest.java     [all...]

Completed in 218 milliseconds