Uses of Interface
software.amazon.encryption.s3.materials.CryptographicMaterials
-
Packages that use CryptographicMaterials Package Description software.amazon.encryption.s3.internal software.amazon.encryption.s3.materials -
-
Uses of CryptographicMaterials in software.amazon.encryption.s3.internal
Classes in software.amazon.encryption.s3.internal that implement CryptographicMaterials Modifier and Type Class Description class
MultipartUploadMaterials
Methods in software.amazon.encryption.s3.internal with parameters of type CryptographicMaterials Modifier and Type Method Description static Cipher
CipherProvider. createAndInitCipher(CryptographicMaterials materials, byte[] iv)
Given some materials and an IV, create and init a Cipher object.Constructors in software.amazon.encryption.s3.internal with parameters of type CryptographicMaterials Constructor Description BufferedCipherPublisher(software.amazon.awssdk.core.async.SdkPublisher<ByteBuffer> wrappedPublisher, Long contentLength, CryptographicMaterials materials, byte[] iv, long bufferSize)
CipherAsyncRequestBody(software.amazon.awssdk.core.async.AsyncRequestBody wrappedAsyncRequestBody, Long ciphertextLength, CryptographicMaterials materials, byte[] iv)
CipherAsyncRequestBody(software.amazon.awssdk.core.async.AsyncRequestBody wrappedAsyncRequestBody, Long ciphertextLength, CryptographicMaterials materials, byte[] iv, boolean isLastPart)
CipherPublisher(software.amazon.awssdk.core.async.SdkPublisher<ByteBuffer> wrappedPublisher, Long contentLength, long[] range, String contentRange, int cipherTagLengthBits, CryptographicMaterials materials, byte[] iv)
-
Uses of CryptographicMaterials in software.amazon.encryption.s3.materials
Classes in software.amazon.encryption.s3.materials that implement CryptographicMaterials Modifier and Type Class Description class
DecryptionMaterials
class
EncryptionMaterials
-