XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.Builder.clearParams()
.google.crypto.tink.XAesGcmParams params = 3;
|
XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.Builder.clearVersion()
uint32 version = 1;
|
XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.Builder.mergeParams(XAesGcmParams value)
.google.crypto.tink.XAesGcmParams params = 3;
|
static XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.newBuilder() |
static XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.newBuilder(XAesGcmKeyFormat prototype) |
XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.Builder.setParams(XAesGcmParams.Builder builderForValue)
.google.crypto.tink.XAesGcmParams params = 3;
|
XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.Builder.setParams(XAesGcmParams value)
.google.crypto.tink.XAesGcmParams params = 3;
|
XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.Builder.setVersion(int value)
uint32 version = 1;
|