Home
last modified time | relevance | path

Searched refs:InternalRecoveryServiceException (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/java/android/security/keystore/recovery/
DRecoveryController.java335 throws CertificateException, InternalRecoveryServiceException { in initRecoveryService()
364 throws InternalRecoveryServiceException { in getKeyChainSnapshot()
389 throws InternalRecoveryServiceException { in setSnapshotCreatedPendingIntent()
411 throws InternalRecoveryServiceException { in setServerParams()
425 public @NonNull List<String> getAliases() throws InternalRecoveryServiceException { in getAliases()
449 throws InternalRecoveryServiceException { in setRecoveryStatus()
473 public int getRecoveryStatus(@NonNull String alias) throws InternalRecoveryServiceException { in getRecoveryStatus()
500 throws InternalRecoveryServiceException { in setRecoverySecretTypes()
521 throws InternalRecoveryServiceException { in getRecoverySecretTypes()
543 public @NonNull Key generateKey(@NonNull String alias) throws InternalRecoveryServiceException, in generateKey()
[all …]
DInternalRecoveryServiceException.java32 public class InternalRecoveryServiceException extends GeneralSecurityException { class
33 public InternalRecoveryServiceException(String msg) { in InternalRecoveryServiceException() method in InternalRecoveryServiceException
37 public InternalRecoveryServiceException(String message, Throwable cause) { in InternalRecoveryServiceException() method in InternalRecoveryServiceException
DRecoverySession.java108 throws CertificateException, InternalRecoveryServiceException { in start()
148 ) throws SessionExpiredException, DecryptionFailedException, InternalRecoveryServiceException { in recoverKeyChainSnapshot()
169 throws InternalRecoveryServiceException { in getKeysFromGrants()
177 throw new InternalRecoveryServiceException( in getKeysFromGrants()
/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/testing/shadows/
DShadowRecoveryController.java20 import android.security.keystore.recovery.InternalRecoveryServiceException;
78 throws InternalRecoveryServiceException, LockScreenRequiredException { in generateKey()
97 throws InternalRecoveryServiceException, UnrecoverableKeyException { in getKey()
102 public void removeKey(String alias) throws InternalRecoveryServiceException { in removeKey()
108 public int getRecoveryStatus(String alias) throws InternalRecoveryServiceException { in getRecoveryStatus()
115 public List<String> getAliases() throws InternalRecoveryServiceException { in getAliases()
119 private static void maybeThrowError() throws InternalRecoveryServiceException { in maybeThrowError()
121 throw new InternalRecoveryServiceException("test error"); in maybeThrowError()
DShadowInternalRecoveryServiceException.java19 import android.security.keystore.recovery.InternalRecoveryServiceException;
25 @Implements(InternalRecoveryServiceException.class)
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/keys/
DRecoverableKeyStoreSecondaryKeyManager.java20 import android.security.keystore.recovery.InternalRecoveryServiceException;
70 throws InternalRecoveryServiceException, LockScreenRequiredException, in generate()
76 throw new InternalRecoveryServiceException( in generate()
90 public void remove(String alias) throws InternalRecoveryServiceException { in remove()
99 throws InternalRecoveryServiceException, UnrecoverableKeyException { in get()
DRecoverableKeyStoreSecondaryKey.java21 import android.security.keystore.recovery.InternalRecoveryServiceException;
75 } catch (InternalRecoveryServiceException e) { in getStatus()
83 private @Status int getStatusInternal(Context context) throws InternalRecoveryServiceException { in getStatusInternal()
94 throw new InternalRecoveryServiceException( in getStatusInternal()
DRestoreKeyFetcher.java19 import android.security.keystore.recovery.InternalRecoveryServiceException;
67 } catch (InternalRecoveryServiceException | UnrecoverableKeyException e) { in getSecondaryKey()
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/tasks/
DRotateSecondaryKeyTask.java22 import android.security.keystore.recovery.InternalRecoveryServiceException;
111 } catch (InternalRecoveryServiceException e) { in runInternal()
128 throws InternalRecoveryServiceException, UnrecoverableKeyException { in getNextKey()
137 throws InternalRecoveryServiceException { in isSecondaryKeyRotationReady()
171 InternalRecoveryServiceException, UnrecoverableKeyException, in rotateToKey()
211 } catch (InternalRecoveryServiceException e) { in rotateToKey()
218 InternalRecoveryServiceException, UnrecoverableKeyException { in getActiveSecondaryKey()
DInitializeRecoverableSecondaryKeyTask.java20 import android.security.keystore.recovery.InternalRecoveryServiceException;
82 InternalRecoveryServiceException { in run()
97 InternalRecoveryServiceException { in runInternal()
131 InternalRecoveryServiceException { in loadFromSetting()
DStartSecondaryKeyRotationTask.java19 import android.security.keystore.recovery.InternalRecoveryServiceException;
83 } catch (InternalRecoveryServiceException e) { in run()
DEncryptedKvBackupTask.java23 import android.security.keystore.recovery.InternalRecoveryServiceException;
81 InternalRecoveryServiceException, InvalidKeyException { in newInstance()
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/
DEncryptionKeyHelper.java20 import android.security.keystore.recovery.InternalRecoveryServiceException;
61 throws UnrecoverableKeyException, InternalRecoveryServiceException { in getActiveSecondaryKey()
DCryptoSettings.java24 import android.security.keystore.recovery.InternalRecoveryServiceException;
234 } catch (InternalRecoveryServiceException e) { in assertIsValidAlias()
/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/keys/
DRecoverableKeyStoreSecondaryKeyManagerTest.java25 import android.security.keystore.recovery.InternalRecoveryServiceException;
97 InternalRecoveryServiceException.class, in generate_encounteringHiddenApiException_rethrowsException()
/frameworks/base/packages/BackupEncryption/test/robolectric-integration/src/com/android/server/backup/encryption/
DRoundTripTest.java23 import android.security.keystore.recovery.InternalRecoveryServiceException;
119 public void setUp() throws NoSuchAlgorithmException, InternalRecoveryServiceException { in setUp()
/frameworks/base/non-updatable-api/
Dsystem-current.txt8248 public class InternalRecoveryServiceException extends java.security.GeneralSecurityException {
8249 ctor public InternalRecoveryServiceException(String);
8250 ctor public InternalRecoveryServiceException(String, Throwable);
8310 …(@NonNull String) throws android.security.keystore.recovery.InternalRecoveryServiceException, andr…
8311 …@Nullable byte[]) throws android.security.keystore.recovery.InternalRecoveryServiceException, andr…
8312 …ng.String> getAliases() throws android.security.keystore.recovery.InternalRecoveryServiceException;
8314 …(@NonNull String) throws android.security.keystore.recovery.InternalRecoveryServiceException, java…
8315 …t getKeyChainSnapshot() throws android.security.keystore.recovery.InternalRecoveryServiceException;
8316 …etRecoverySecretTypes() throws android.security.keystore.recovery.InternalRecoveryServiceException;
8317 …Status(@NonNull String) throws android.security.keystore.recovery.InternalRecoveryServiceException;
[all …]
/frameworks/base/api/
Dsystem-current.txt9366 public class InternalRecoveryServiceException extends java.security.GeneralSecurityException {
9367 ctor public InternalRecoveryServiceException(String);
9368 ctor public InternalRecoveryServiceException(String, Throwable);
9428 …(@NonNull String) throws android.security.keystore.recovery.InternalRecoveryServiceException, andr…
9429 …@Nullable byte[]) throws android.security.keystore.recovery.InternalRecoveryServiceException, andr…
9430 …ng.String> getAliases() throws android.security.keystore.recovery.InternalRecoveryServiceException;
9432 …(@NonNull String) throws android.security.keystore.recovery.InternalRecoveryServiceException, java…
9433 …t getKeyChainSnapshot() throws android.security.keystore.recovery.InternalRecoveryServiceException;
9434 …etRecoverySecretTypes() throws android.security.keystore.recovery.InternalRecoveryServiceException;
9435 …Status(@NonNull String) throws android.security.keystore.recovery.InternalRecoveryServiceException;
[all …]
/frameworks/base/config/
Dpreloaded-classes5386 android.security.keystore.recovery.InternalRecoveryServiceException
Dboot-image-profile.txt45614 Landroid/security/keystore/recovery/InternalRecoveryServiceException;