Class DataKeyStrategy
- java.lang.Object
-
- software.amazon.encryption.s3.materials.DataKeyStrategy
-
- All Implemented Interfaces:
DecryptDataKeyStrategy
,EncryptDataKeyStrategy
,GenerateDataKeyStrategy
public abstract class DataKeyStrategy extends Object implements GenerateDataKeyStrategy, EncryptDataKeyStrategy, DecryptDataKeyStrategy
-
-
Constructor Summary
Constructors Constructor Description DataKeyStrategy()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.encryption.s3.materials.DecryptDataKeyStrategy
decryptDataKey, isLegacy, keyProviderInfo
-
Methods inherited from interface software.amazon.encryption.s3.materials.EncryptDataKeyStrategy
encryptDataKey, keyProviderInfo, modifyMaterials
-
Methods inherited from interface software.amazon.encryption.s3.materials.GenerateDataKeyStrategy
generateDataKey, keyProviderInfo
-
-