XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.Builder.clear() |
XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.Builder.clearParams()
.google.crypto.tink.XAesGcmParams params = 3;
|
XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.Builder.clearVersion()
uint32 version = 1;
|
XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.Builder.mergeFrom(com.google.protobuf.Message other) |
XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.Builder.mergeFrom(XAesGcmKeyFormat other) |
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.newBuilderForType() |
protected XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
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;
|
XAesGcmKeyFormat.Builder |
XAesGcmKeyFormat.toBuilder() |