Class BufferedCipherPublisher
- java.lang.Object
-
- software.amazon.encryption.s3.internal.BufferedCipherPublisher
-
- All Implemented Interfaces:
org.reactivestreams.Publisher<ByteBuffer>
,software.amazon.awssdk.core.async.SdkPublisher<ByteBuffer>
public class BufferedCipherPublisher extends Object implements software.amazon.awssdk.core.async.SdkPublisher<ByteBuffer>
-
-
Constructor Summary
Constructors Constructor Description BufferedCipherPublisher(software.amazon.awssdk.core.async.SdkPublisher<ByteBuffer> wrappedPublisher, Long contentLength, CryptographicMaterials materials, byte[] iv, long bufferSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
subscribe(org.reactivestreams.Subscriber<? super ByteBuffer> subscriber)
-
-
-
Constructor Detail
-
BufferedCipherPublisher
public BufferedCipherPublisher(software.amazon.awssdk.core.async.SdkPublisher<ByteBuffer> wrappedPublisher, Long contentLength, CryptographicMaterials materials, byte[] iv, long bufferSize)
-
-
Method Detail
-
subscribe
public void subscribe(org.reactivestreams.Subscriber<? super ByteBuffer> subscriber)
- Specified by:
subscribe
in interfaceorg.reactivestreams.Publisher<ByteBuffer>
-
-