Searched refs:mRecoveryController (Results 1 – 6 of 6) sorted by relevance
52 private final RecoveryController mRecoveryController; field in RecoverableKeyStoreSecondaryKeyManager58 mRecoveryController = recoveryController; in RecoverableKeyStoreSecondaryKeyManager()73 mRecoveryController.generateKey(alias); in generate()74 SecretKey key = (SecretKey) mRecoveryController.getKey(alias); in generate()91 mRecoveryController.removeKey(alias); in remove()100 SecretKey secretKey = (SecretKey) mRecoveryController.getKey(alias); in get()
53 private final RecoveryController mRecoveryController; field in RecoverySession57 mRecoveryController = recoveryController; in RecoverySession()114 mRecoveryController.getBinder().startRecoverySessionWithCertPath( in start()129 throw mRecoveryController.wrapUnexpectedServiceSpecificException(e); in start()150 Map<String, String> grantAliases = mRecoveryController in recoverKeyChainSnapshot()163 throw mRecoveryController.wrapUnexpectedServiceSpecificException(e); in recoverKeyChainSnapshot()175 key = mRecoveryController.getKeyFromGrant(grantAlias); in getKeysFromGrants()205 mRecoveryController.getBinder().closeSession(mSessionId); in close()
68 private RecoveryController mRecoveryController; field in RotateSecondaryKeyTaskTest83 mRecoveryController = RecoveryController.getInstance(mApplication); in setUp()98 mRecoveryController); in setUp()176 SecretKey secondaryKey = (SecretKey) mRecoveryController.getKey(NEXT_SECONDARY_KEY_ALIAS); in run_rewrapsExistingTertiaryKeys()261 assertThat(mRecoveryController.getKey(CURRENT_SECONDARY_KEY_ALIAS)).isNull(); in run_deletesOldKeyFromRecoverableKeyStoreLoader()339 mRecoveryController.setRecoveryStatus(NEXT_SECONDARY_KEY_ALIAS, status); in setNextKeyRecoveryStatus()343 mRecoveryController.generateKey(CURRENT_SECONDARY_KEY_ALIAS); in addCurrentSecondaryKeyToRecoveryController()347 mRecoveryController.generateKey(NEXT_SECONDARY_KEY_ALIAS); in addNextSecondaryKeyToRecoveryController()
61 private final RecoveryController mRecoveryController; field in RotateSecondaryKeyTask82 mRecoveryController = Objects.requireNonNull(recoveryController); in RotateSecondaryKeyTask()140 int status = mRecoveryController.getRecoveryStatus(nextAlias); in isSecondaryKeyRotationReady()210 mRecoveryController.removeKey(activeSecondaryKeyAlias); in rotateToKey()
114 private RecoveryController mRecoveryController; field in RoundTripTest
51647 Landroid/security/keystore/recovery/RecoverySession;->mRecoveryController:Landroid/security/keystor…