Interface | Description |
---|---|
KeyStoreCryptoOperation |
Cryptographic operation backed by
KeyStore . |
Exception | Description |
---|---|
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.
|
KeyStoreConnectException |
Indicates a communications error with keystore service.
|
UserNotAuthenticatedException |
Indicates that a cryptographic operation could not be performed because the user has not been
authenticated recently enough.
|
Annotation Type | Description |
---|---|
KeyProperties.BlockModeEnum | |
KeyProperties.DigestEnum | |
KeyProperties.EncryptionPaddingEnum | |
KeyProperties.KeyAlgorithmEnum | |
KeyProperties.OriginEnum | |
KeyProperties.PurposeEnum | |
KeyProperties.SignaturePaddingEnum |