Uses of Enum
com.amazonaws.encryptionsdk.model.CiphertextType
Packages that use CiphertextType
Package
Description
Contains the classes that implement the defined message format for storing the encrypted content
and the data key.
-
Uses of CiphertextType in com.amazonaws.encryptionsdk.model
Methods in com.amazonaws.encryptionsdk.model that return CiphertextTypeModifier and TypeMethodDescriptionstatic CiphertextType
CiphertextType.deserialize(byte value)
Deserialize the provided byte value by returning the CiphertextType object representing the byte value.CiphertextHeaders.getType()
Return the type set in the header.static CiphertextType
Returns the enum constant of this type with the specified name.static CiphertextType[]
CiphertextType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.amazonaws.encryptionsdk.model with parameters of type CiphertextTypeModifierConstructorDescriptionCiphertextHeaders(byte version, CiphertextType type, CryptoAlgorithm cryptoAlgo, byte[] encryptionContext, List<KeyBlob> keyBlobs, ContentType contentType, int frameSize)
Deprecated.CiphertextHeaders(CiphertextType type, CryptoAlgorithm cryptoAlgo, byte[] encryptionContext, List<KeyBlob> keyBlobs, ContentType contentType, int frameSize)
Construct the ciphertext headers using the provided values.
CiphertextHeaders(CiphertextType, CryptoAlgorithm, byte[], List, ContentType, int)