Class StreamingAesGcmContentStrategy.Builder
- java.lang.Object
-
- software.amazon.encryption.s3.internal.StreamingAesGcmContentStrategy.Builder
-
- Enclosing class:
- StreamingAesGcmContentStrategy
public static class StreamingAesGcmContentStrategy.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamingAesGcmContentStrategy
build()
StreamingAesGcmContentStrategy.Builder
secureRandom(SecureRandom secureRandom)
Note that this does NOT create a defensive copy of the SecureRandom object.
-
-
-
Method Detail
-
secureRandom
public StreamingAesGcmContentStrategy.Builder secureRandom(SecureRandom secureRandom)
Note that this does NOT create a defensive copy of the SecureRandom object. Any modifications to the object will be reflected in this Builder.
-
build
public StreamingAesGcmContentStrategy build()
-
-