KeyGenParameterSpec | AlgorithmParameterSpec for initializing a KeyPairGenerator or a KeyGenerator of the Android Keystore system. |
KeyGenParameterSpec.Builder | Builder of KeyGenParameterSpec instances. |
KeyInfo | Information about a key from the Android Keystore system. |
KeyProperties | Properties of Android Keystore keys. |
KeyProtection | Specification of how a key or key pair is secured when imported into the Android Keystore system. |
KeyProtection.Builder | Builder of KeyProtection instances. |
KeyExpiredException | Indicates that a cryptographic operation failed because the employed key's validity end date is in the past. |
KeyNotYetValidException | Indicates that a cryptographic operation failed because the employed key's validity start date is in the future. |
KeyPermanentlyInvalidatedException | Indicates that the key can no longer be used because it has been permanently invalidated. |
UserNotAuthenticatedException | Indicates that a cryptographic operation could not be performed because the user has not been authenticated recently enough. |