See: Description
| Exception | Description |
|---|---|
| AwsCryptoException |
This is the parent class of the runtime exceptions thrown by the AWS Encryption SDK.
|
| BadCiphertextException |
This exception is thrown when the values found in a ciphertext message are invalid or corrupt.
|
| CannotUnwrapDataKeyException |
This exception is thrown when there are no
DataKeys which can be decrypted. |
| NoSuchMasterKeyException |
This exception is thrown when the SDK attempts to use a
MasterKey which either doesn't
exist or to which it doesn't have access. |
| ParseException |
This exception is thrown when there are not enough bytes to parse a primitive, a specified number
of bytes, or the bytes does not properly represent the desired object.
|
| UnsupportedProviderException |
This exception is thrown when there are no
MasterKeyProviders which which support the
requested provider value. |
Copyright © 2023. All rights reserved.