| Enum | Description |
|---|---|
| AccountAlreadyLoggedInExceptionCause |
Used with
AccountAlreadyLoggedInException to specify the cause of the exception. |
| AccountLockedExceptionCause |
Used with
AccountLockedException to specify the cause of the exception. |
| AddAttributeExceptionCause |
Used with
AddAttributeException to specify the cause of the exception. |
| AesCtrCounterExceptionCause |
Used with
AesCtrCounterException to specify the cause of the exception. |
| AesGcmInvalidParametersExceptionCause |
Used with
AesGcmInvalidParametersException to specify the cause of the exception. |
| AesWrapInvalidParameterExceptionCause |
Used with
AesWrapInvalidParameterException to specify the cause of the exception. |
| AttributeExceptionCause |
Used with
AttributeException to specify the cause of the exception. |
| AuthenticationExceptionCause |
Used with
AuthenticationException to specify the cause of the exception. |
| CloudHsmKeyStoreExceptionCause |
Used with
CloudHsmKeyStoreException to specify the cause of the exception. |
| CredentialExpiredExceptionCause |
Used with
CredentialExpiredException to specify the cause of the exception. |
| DataExceptionCause |
Used with
DataException to specify the cause of the exception. |
| FailedLoginExceptionCause |
Used with
FailedLoginException to specify the cause of the exception. |
| InternalExceptionCause |
Used with
InternalException to specify the cause of the exception. |
| InvalidAesCmacKdfParameterExceptionCause |
Used with
InvalidAesCmacKdfParameterException to specify the cause of the exception. |
| InvalidEcParameterExceptionCause |
Used with
InvalidEcParameterException to specify the cause of the exception. |
| InvalidEcPointExceptionCause |
Used with
InvalidEcPointException to specify the cause of the exception. |
| InvalidIvExceptionCause |
Used with
InvalidIvException to specify the cause of the exception. |
| InvalidKsnExceptionCause |
Used with
InvalidKsnException to specify the cause of the exception. |
| InvalidPkcs8EncodedKeyExceptionCause |
Used with
InvalidPkcs8EncodedKeyException to specify the cause of the exception. |
| InvalidX509EncodedKeyExceptionCause |
Used with
InvalidX509EncodedKeyException to specify the cause of the exception. |
| KeyCreationExceptionCause |
Used with
KeyCreationException to specify the cause of the exception. |
| KeyRemovalExceptionCause |
Used with
KeyRemovalException to specify the cause of the exception. |
| KeyUnwrapKeyNotSupportedExceptionCause |
Used with
KeyUnwrapKeyNotSupportedException to specify the cause of the exception. |
| KeyUsageExceptionCause |
Used with
KeyUsageException to specify the cause of the exception. |
| KeyWrapExceptionCause |
Used with
KeyWrapException to specify the cause of the exception. |
| LogoutExceptionCause |
Used with
LogoutException to specify the cause of the exception. |
| ProviderExceptionCause |
Used with
ProviderException to specify the cause of the exception. |
| ProviderInitializationExceptionCause |
Used with
ProviderInitializationException to specify the cause of the exception. |
| RsaAesInvalidParametersExceptionCause |
Used with
RsaAesInvalidParametersException to specify the cause of the exception. |
| RsaPkcsOaepInvalidParametersExceptionCause |
Used with
RsaPkcsOaepInvalidParametersException to specify the cause of the exception. |
| RsaPkcsPssInvalidParametersExceptionCause |
Used with
RsaPkcsPssInvalidParametersException to specify the cause of the exception. |
| Exception | Description |
|---|---|
| AccountAlreadyLoggedInException |
The HSM user is already logged in for this Provider.
|
| AccountLockedException |
The specified HSM user is locked.
|
| AddAttributeException |
Thrown when there is a problem adding a key attribute.
|
| AesCtrCounterException |
Thrown when there is a problem with the counter for an AES CTR operation.
|
| AesGcmInvalidParametersException |
Thrown when there is a problem with AES GCM initialization.
|
| AesWrapInvalidParameterException |
Thrown when an invalid IV is specified for AES wrap
|
| AttributeException |
Thrown when there is a problem with key attributes defined by the application.
|
| AuthenticationException |
Thrown when there is a problem with authentication on the Provider when handling operation.
|
| CloudHsmKeyStoreException |
Thrown when there is a problem with CloudHsmKeyStore operations.
|
| CredentialExpiredException |
The provided credentials have expired.
|
| DataException |
Thrown when there is a problem with the data provided to an operation.
|
| FailedLoginException |
Failed to log in to the Provider.
|
| InternalException |
Thrown when there is an internal error.
|
| InvalidAesCmacKdfParameterException |
Thrown when invalid AES CMAC KDF parameters are supplied.
|
| InvalidEcParameterException |
Thrown when there is a problem with the provided EC parameters.
|
| InvalidEcPointException |
Thrown when there is a problem with a provided EC Point.
|
| InvalidIvException |
Thrown when there is a problem with the provided
AlgorithmParameterSpec. |
| InvalidKsnException |
Thrown when there is a problem with the provided
AlgorithmParameterSpec. |
| InvalidPkcs8EncodedKeyException |
Thrown when there is a problem with the provided PKCS8 encoded key.
|
| InvalidX509EncodedKeyException |
Thrown when there is a problem with the provided X509 encoded key.
|
| KeyCreationException |
Thrown when there is a problem with creating a key.
|
| KeyRemovalException |
Thrown when there is a problem deleting a key from the cluster.
|
| KeyUnwrapKeyNotSupportedException |
Thrown when unwrapping unsupported key types.
|
| KeyUsageException |
Thrown when there is a problem using the given key for an operation.
|
| KeyWrapException |
Thrown when there is a problem using a key for wrapping.
|
| LogoutException |
Thrown when there is a problem logging out.
|
| ProviderException |
Thrown when there is a problem with the Provider.
|
| ProviderInitializationException |
Thrown when there is a problem initializing the Provider.
|
| RsaAesInvalidParametersException |
Thrown when there is a problem with the provided RSA-AES parameters.
|
| RsaPkcsOaepInvalidParametersException |
Thrown when there is a problem with the provided
AlgorithmParameterSpec. |
| RsaPkcsPssInvalidParametersException |
Thrown when there is a problem with the provided
PssParameterSpec. |