Class 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 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 interface org.reactivestreams.Publisher<ByteBuffer>