Class DataKey<M extends MasterKey<M>>

java.lang.Object
com.amazonaws.encryptionsdk.DataKey<M>
Type Parameters:
M - the type of MasterKey used to protect this DataKey.
All Implemented Interfaces:
EncryptedDataKey

public class DataKey<M extends MasterKey<M>> extends Object implements EncryptedDataKey
Represents both the cleartext and encrypted bytes of a data key.