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

  /libcore/luni/src/test/java/libcore/javax/crypto/
MockCipherSpi.java 72 if (!(aps instanceof MockAlgorithmParameterSpec2)) {
74 + MockAlgorithmParameterSpec2.class.getName());
280 public static class MockAlgorithmParameterSpec2 implements AlgorithmParameterSpec {
CipherTest.java     [all...]

Completed in 608 milliseconds