Uses of Class
com.amazonaws.encryptionsdk.ParsedCiphertext
-
Packages that use ParsedCiphertext Package Description com.amazonaws.encryptionsdk ContainsAwsCrypto
, the primary entry-point to the Aws Encryption SDK. -
-
Uses of ParsedCiphertext in com.amazonaws.encryptionsdk
Methods in com.amazonaws.encryptionsdk with parameters of type ParsedCiphertext Modifier and Type Method Description CryptoResult<byte[],?>
AwsCrypto. decryptData(CryptoMaterialsManager materialsManager, ParsedCiphertext ciphertext)
<K extends MasterKey<K>>
CryptoResult<byte[],K>AwsCrypto. decryptData(MasterKeyProvider<K> provider, ParsedCiphertext ciphertext)
-