AndroidKeystoreKeyInfo

Android Keystore specific class for information about a key.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The attest key alias for the key, if any.

Link copied to clipboard

Whether the key is StrongBox based.

Link copied to clipboard

Whether the user authentication is required to use the key.

Link copied to clipboard
Link copied to clipboard

The timeout for user authentication or 0 if user authentication is needed for every use of the key.

Link copied to clipboard

The set of possible ways an user can authentication to unlock the key.

Link copied to clipboard
val validFrom: Instant?

The point in time before which the key is not valid, if set.

Link copied to clipboard
val validUntil: Instant?

The point in time after which the key is not valid, if set.