static AesGcmHkdfStreamingParameters.Builder |
AesGcmHkdfStreamingParameters.builder() |
|
AesGcmHkdfStreamingParameters.Builder |
AesGcmHkdfStreamingParameters.Builder.setCiphertextSegmentSizeBytes(int ciphertextSegmentSizeBytes) |
Sets the size of a segment.
|
AesGcmHkdfStreamingParameters.Builder |
AesGcmHkdfStreamingParameters.Builder.setDerivedAesGcmKeySizeBytes(int derivedAesGcmKeySizeBytes) |
Sets the size of the AES GCM key which will internally be derived.
|
AesGcmHkdfStreamingParameters.Builder |
AesGcmHkdfStreamingParameters.Builder.setHkdfHashType(AesGcmHkdfStreamingParameters.HashType hkdfHashType) |
Sets the type of the hash function used in HKDF.
|
AesGcmHkdfStreamingParameters.Builder |
AesGcmHkdfStreamingParameters.Builder.setKeySizeBytes(int keySizeBytes) |
Sets the size of the initial key material (used as input to HKDF).
|