| CryptoProviderAliasNullException |
CryptoProviderAliasNullException is thrown when the supplied argument to the
crypto manager fetch the crypto provider by name is null.
|
| CryptoProviderDecryptFailedException |
CryptoProviderDecryptFailedException is thrown when the encrypted
field fetched from the server cannot be decrypted.
|
| CryptoProviderEncryptFailedException |
CryptoProviderEncryptFailedException is thrown when the field cannot
be encrypted.
|
| CryptoProviderKeySizeException |
CryptoProviderKeySizeException is thrown when the supplied key's size
does not match the Crypto provider's expected key size
|
| CryptoProviderMissingPrivateKeyException |
CryptoProviderMissingPrivateKeyException is thrown when the private key is
not set on the Crypto provider.
|
| CryptoProviderMissingPublicKeyException |
CryptoProviderMissingPublicKeyException is thrown when the public key is
not set on the Crypto provider.
|
| CryptoProviderMissingSigningKeyException |
CryptoProviderMissingSigningKeyException is thrown when the signing key is
not set on the Crypto provider.
|
| CryptoProviderNotFoundException |
CryptoProviderNotFoundException is thrown when the provider is
not registered on the Crypto manager.
|
| CryptoProviderSigningFailedException |
CryptoProviderSigningFailedException is thrown when the crypto provider
is not able to sign/verify
|