| Package | Description |
|---|---|
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
XAesGcmParams.Builder |
XAesGcmParams.Builder.clearSaltSize()
Must be at least 8 bytes and at most 12 bytes.
|
static XAesGcmParams.Builder |
XAesGcmParams.newBuilder() |
static XAesGcmParams.Builder |
XAesGcmParams.newBuilder(XAesGcmParams prototype) |
XAesGcmParams.Builder |
XAesGcmParams.Builder.setSaltSize(int value)
Must be at least 8 bytes and at most 12 bytes.
|
| Modifier and Type | Method and Description |
|---|---|
XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.Builder.setParams(XAesGcmParams.Builder builderForValue)
.google.crypto.tink.XAesGcmParams params = 3; |
XAesGcmKey.Builder |
XAesGcmKey.Builder.setParams(XAesGcmParams.Builder builderForValue)
.google.crypto.tink.XAesGcmParams params = 2; |