Searched refs:KeyNotYetValidException (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
H A DKeyNotYetValidException.java25 public class KeyNotYetValidException extends InvalidKeyException { class in inherits:InvalidKeyException
28 * Constructs a new {@code KeyNotYetValidException} without detail message and cause.
30 public KeyNotYetValidException() { method in class:KeyNotYetValidException
35 * Constructs a new {@code KeyNotYetValidException} with the provided detail message and no
38 public KeyNotYetValidException(String message) { method in class:KeyNotYetValidException
43 * Constructs a new {@code KeyNotYetValidException} with the provided detail message and cause.
45 public KeyNotYetValidException(String message, Throwable cause) { method in class:KeyNotYetValidException
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java38 import android.security.keystore.KeyNotYetValidException;
684 return new KeyNotYetValidException();

Completed in 65 milliseconds