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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Memoable.java 4 * Interface for Memoable objects. Memoable objects allow the taking of a snapshot of their internal state
7 public interface Memoable
15 Memoable copy();
26 void reset(Memoable other);
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
Memoable.java 5 * Interface for Memoable objects. Memoable objects allow the taking of a snapshot of their internal state
9 public interface Memoable
17 Memoable copy();
28 void reset(Memoable other);

Completed in 201 milliseconds