Home
last modified time | relevance | path

Searched refs:KeyChainException (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/keystore/java/android/security/
DKeyChainException.java22 public class KeyChainException extends Exception { class
28 public KeyChainException() { in KeyChainException() method in KeyChainException
38 public KeyChainException(String detailMessage) { in KeyChainException() method in KeyChainException
51 public KeyChainException(String message, Throwable cause) { in KeyChainException() method in KeyChainException
62 public KeyChainException(Throwable cause) { in KeyChainException() method in KeyChainException
DKeyChain.java311 throws KeyChainException, InterruptedException { in getPrivateKey()
320 throw new KeyChainException("keystore had a problem"); in getPrivateKey()
326 throw new KeyChainException(e); in getPrivateKey()
329 throw new KeyChainException(e); in getPrivateKey()
331 throw new KeyChainException(e); in getPrivateKey()
346 throws KeyChainException, InterruptedException { in getCertificateChain()
364 throw new KeyChainException(e); in getCertificateChain()
366 throw new KeyChainException(e); in getCertificateChain()
369 throw new KeyChainException(e); in getCertificateChain()
/frameworks/base/api/
Dsystem-current.txt28444 …ntext, java.lang.String) throws java.lang.InterruptedException, android.security.KeyChainException;
28445 …ntext, java.lang.String) throws java.lang.InterruptedException, android.security.KeyChainException;
28458 public class KeyChainException extends java.lang.Exception {
28459 ctor public KeyChainException();
28460 ctor public KeyChainException(java.lang.String);
28461 ctor public KeyChainException(java.lang.String, java.lang.Throwable);
28462 ctor public KeyChainException(java.lang.Throwable);
Dcurrent.txt26852 …ntext, java.lang.String) throws java.lang.InterruptedException, android.security.KeyChainException;
26853 …ntext, java.lang.String) throws java.lang.InterruptedException, android.security.KeyChainException;
26866 public class KeyChainException extends java.lang.Exception {
26867 ctor public KeyChainException();
26868 ctor public KeyChainException(java.lang.String);
26869 ctor public KeyChainException(java.lang.String, java.lang.Throwable);
26870 ctor public KeyChainException(java.lang.Throwable);
/frameworks/base/docs/html/
Dsitemap.txt3274 http://developer.android.com/reference/android/security/KeyChainException.html