| Modifier and Type | Method and Description |
|---|---|
CryptoKey |
CryptoKey.Builder.build() |
CryptoKey |
CryptoKey.Builder.buildPartial() |
CryptoKey |
CryptoDeterministicConfigOrBuilder.getCryptoKey()
The key used by the encryption function.
|
CryptoKey |
CryptoDeterministicConfig.getCryptoKey()
The key used by the encryption function.
|
CryptoKey |
CryptoDeterministicConfig.Builder.getCryptoKey()
The key used by the encryption function.
|
CryptoKey |
CryptoReplaceFfxFpeConfigOrBuilder.getCryptoKey()
Required.
|
CryptoKey |
CryptoHashConfigOrBuilder.getCryptoKey()
The key used by the hash function.
|
CryptoKey |
DateShiftConfig.getCryptoKey()
Causes the shift to be computed based on this key and the context.
|
CryptoKey |
DateShiftConfig.Builder.getCryptoKey()
Causes the shift to be computed based on this key and the context.
|
CryptoKey |
CryptoReplaceFfxFpeConfig.getCryptoKey()
Required.
|
CryptoKey |
CryptoReplaceFfxFpeConfig.Builder.getCryptoKey()
Required.
|
CryptoKey |
CryptoHashConfig.getCryptoKey()
The key used by the hash function.
|
CryptoKey |
CryptoHashConfig.Builder.getCryptoKey()
The key used by the hash function.
|
CryptoKey |
DateShiftConfigOrBuilder.getCryptoKey()
Causes the shift to be computed based on this key and the context.
|
static CryptoKey |
CryptoKey.getDefaultInstance() |
CryptoKey |
CryptoKey.getDefaultInstanceForType() |
CryptoKey |
CryptoKey.Builder.getDefaultInstanceForType() |
static CryptoKey |
CryptoKey.parseDelimitedFrom(InputStream input) |
static CryptoKey |
CryptoKey.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CryptoKey |
CryptoKey.parseFrom(byte[] data) |
static CryptoKey |
CryptoKey.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CryptoKey |
CryptoKey.parseFrom(ByteBuffer data) |
static CryptoKey |
CryptoKey.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CryptoKey |
CryptoKey.parseFrom(com.google.protobuf.ByteString data) |
static CryptoKey |
CryptoKey.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CryptoKey |
CryptoKey.parseFrom(com.google.protobuf.CodedInputStream input) |
static CryptoKey |
CryptoKey.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CryptoKey |
CryptoKey.parseFrom(InputStream input) |
static CryptoKey |
CryptoKey.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<CryptoKey> |
CryptoKey.getParserForType() |
static com.google.protobuf.Parser<CryptoKey> |
CryptoKey.parser() |
| Modifier and Type | Method and Description |
|---|---|
CryptoDeterministicConfig.Builder |
CryptoDeterministicConfig.Builder.mergeCryptoKey(CryptoKey value)
The key used by the encryption function.
|
DateShiftConfig.Builder |
DateShiftConfig.Builder.mergeCryptoKey(CryptoKey value)
Causes the shift to be computed based on this key and the context.
|
CryptoReplaceFfxFpeConfig.Builder |
CryptoReplaceFfxFpeConfig.Builder.mergeCryptoKey(CryptoKey value)
Required.
|
CryptoHashConfig.Builder |
CryptoHashConfig.Builder.mergeCryptoKey(CryptoKey value)
The key used by the hash function.
|
CryptoKey.Builder |
CryptoKey.Builder.mergeFrom(CryptoKey other) |
static CryptoKey.Builder |
CryptoKey.newBuilder(CryptoKey prototype) |
CryptoDeterministicConfig.Builder |
CryptoDeterministicConfig.Builder.setCryptoKey(CryptoKey value)
The key used by the encryption function.
|
DateShiftConfig.Builder |
DateShiftConfig.Builder.setCryptoKey(CryptoKey value)
Causes the shift to be computed based on this key and the context.
|
CryptoReplaceFfxFpeConfig.Builder |
CryptoReplaceFfxFpeConfig.Builder.setCryptoKey(CryptoKey value)
Required.
|
CryptoHashConfig.Builder |
CryptoHashConfig.Builder.setCryptoKey(CryptoKey value)
The key used by the hash function.
|
Copyright © 2022 Google LLC. All rights reserved.