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 SummaryConstructors Constructor Description BufferedCipherPublisher(software.amazon.awssdk.core.async.SdkPublisher<ByteBuffer> wrappedPublisher, Long contentLength, CryptographicMaterials materials, byte[] iv, long bufferSize)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsubscribe(org.reactivestreams.Subscriber<? super ByteBuffer> subscriber)
 
- 
- 
- 
Constructor Detail- 
BufferedCipherPublisherpublic BufferedCipherPublisher(software.amazon.awssdk.core.async.SdkPublisher<ByteBuffer> wrappedPublisher, Long contentLength, CryptographicMaterials materials, byte[] iv, long bufferSize) 
 
- 
 - 
Method Detail- 
subscribepublic void subscribe(org.reactivestreams.Subscriber<? super ByteBuffer> subscriber) - Specified by:
- subscribein interface- org.reactivestreams.Publisher<ByteBuffer>
 
 
- 
 
-