Uses of Class
software.amazon.encryption.s3.internal.StreamingAesGcmContentStrategy.Builder
-
Packages that use StreamingAesGcmContentStrategy.Builder Package Description software.amazon.encryption.s3.internal -
-
Uses of StreamingAesGcmContentStrategy.Builder in software.amazon.encryption.s3.internal
Methods in software.amazon.encryption.s3.internal that return StreamingAesGcmContentStrategy.Builder Modifier and Type Method Description static StreamingAesGcmContentStrategy.Builder
StreamingAesGcmContentStrategy. builder()
StreamingAesGcmContentStrategy.Builder
StreamingAesGcmContentStrategy.Builder. secureRandom(SecureRandom secureRandom)
Note that this does NOT create a defensive copy of the SecureRandom object.
-