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

  /frameworks/base/keystore/java/android/security/
KeyStoreException.java 25 public class KeyStoreException extends Exception {
29 public KeyStoreException(int errorCode, String message) {
  /libcore/ojluni/src/main/java/java/security/
KeyStoreException.java 37 public class KeyStoreException extends GeneralSecurityException {
42 * Constructs a KeyStoreException with no detail message. (A
46 public KeyStoreException() {
51 * Constructs a KeyStoreException with the specified detail
57 public KeyStoreException(String msg) {
62 * Creates a <code>KeyStoreException</code> with the specified
72 public KeyStoreException(String message, Throwable cause) {
77 * Creates a <code>KeyStoreException</code> with the specified cause
87 public KeyStoreException(Throwable cause) {
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
KeyManagerFactorySpiImpl.java 5 import java.security.KeyStoreException;
17 throws KeyStoreException, NoSuchAlgorithmException,
25 throw new KeyStoreException();
  /frameworks/base/keystore/java/android/security/keystore/
KeyStoreCryptoOperationChunkedStreamer.java 21 import android.security.KeyStoreException;
91 public byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException {
146 throw new KeyStoreException(KeymasterDefs.KM_ERROR_UNKNOWN_ERROR,
159 throw new KeyStoreException(KeymasterDefs.KM_ERROR_UNKNOWN_ERROR,
209 byte[] signature, byte[] additionalEntropy) throws KeyStoreException {
231 public byte[] flush() throws KeyStoreException {
266 throw new KeyStoreException(KeymasterDefs.KM_ERROR_UNKNOWN_ERROR,
294 throw new KeyStoreException(KeymasterDefs.KM_ERROR_INVALID_INPUT_LENGTH,
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 1266 milliseconds