Uses of Package
com.amazonaws.encryptionsdk.exception
-
Packages that use com.amazonaws.encryptionsdk.exception Package Description com.amazonaws.encryptionsdk ContainsAwsCrypto
, the primary entry-point to the Aws Encryption SDK.com.amazonaws.encryptionsdk.exception Contains the various exceptions which may be thrown by the AWS Encryption SDK.com.amazonaws.encryptionsdk.internal Contains the internal classes that handle the cryptographic defined by the message formats and algorithms.com.amazonaws.encryptionsdk.jce com.amazonaws.encryptionsdk.kms Contains logic necessary to createMasterKey
s backed by AWS KMS keys.com.amazonaws.encryptionsdk.model Contains the classes that implement the defined message format for storing the encrypted content and the data key. -
Classes in com.amazonaws.encryptionsdk.exception used by com.amazonaws.encryptionsdk Class 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.NoSuchMasterKeyException This exception is thrown when the SDK attempts to use aMasterKey
which either doesn't exist or to which it doesn't have access.UnsupportedProviderException This exception is thrown when there are noMasterKeyProvider
s which which support the requestedprovider
value. -
Classes in com.amazonaws.encryptionsdk.exception used by com.amazonaws.encryptionsdk.exception Class Description AwsCryptoException This is the parent class of the runtime exceptions thrown by the AWS Encryption SDK. -
Classes in com.amazonaws.encryptionsdk.exception used by com.amazonaws.encryptionsdk.internal Class 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.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. -
Classes in com.amazonaws.encryptionsdk.exception used by com.amazonaws.encryptionsdk.jce Class Description AwsCryptoException This is the parent class of the runtime exceptions thrown by the AWS Encryption SDK.NoSuchMasterKeyException This exception is thrown when the SDK attempts to use aMasterKey
which either doesn't exist or to which it doesn't have access.UnsupportedProviderException This exception is thrown when there are noMasterKeyProvider
s which which support the requestedprovider
value. -
Classes in com.amazonaws.encryptionsdk.exception used by com.amazonaws.encryptionsdk.kms Class Description AwsCryptoException This is the parent class of the runtime exceptions thrown by the AWS Encryption SDK.NoSuchMasterKeyException This exception is thrown when the SDK attempts to use aMasterKey
which either doesn't exist or to which it doesn't have access.UnsupportedProviderException This exception is thrown when there are noMasterKeyProvider
s which which support the requestedprovider
value. -
Classes in com.amazonaws.encryptionsdk.exception used by com.amazonaws.encryptionsdk.model Class Description 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.