Class StreamingAesGcmContentStrategy.Builder
- java.lang.Object
- 
- software.amazon.encryption.s3.internal.StreamingAesGcmContentStrategy.Builder
 
- 
- Enclosing class:
- StreamingAesGcmContentStrategy
 
 public static class StreamingAesGcmContentStrategy.Builder extends Object 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamingAesGcmContentStrategybuild()StreamingAesGcmContentStrategy.BuildersecureRandom(SecureRandom secureRandom)Note that this does NOT create a defensive copy of the SecureRandom object.
 
- 
- 
- 
Method Detail- 
secureRandompublic 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.
 - 
buildpublic StreamingAesGcmContentStrategy build() 
 
- 
 
-