| Package | Description |
|---|---|
| com.google.crypto.tink.aead | |
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
KeyTypeManager.KeyFactory<KmsAeadKeyFormat,KmsAeadKey> |
KmsAeadKeyManager.keyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static KmsAeadKeyFormat |
KmsAeadKeyFormat.getDefaultInstance() |
KmsAeadKeyFormat |
KmsAeadKeyOrBuilder.getParams()
The key format also contains the params.
|
KmsAeadKeyFormat |
KmsAeadKey.getParams()
The key format also contains the params.
|
KmsAeadKeyFormat |
KmsAeadKey.Builder.getParams()
The key format also contains the params.
|
static KmsAeadKeyFormat |
KmsAeadKeyFormat.parseDelimitedFrom(InputStream input) |
static KmsAeadKeyFormat |
KmsAeadKeyFormat.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KmsAeadKeyFormat |
KmsAeadKeyFormat.parseFrom(byte[] data) |
static KmsAeadKeyFormat |
KmsAeadKeyFormat.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KmsAeadKeyFormat |
KmsAeadKeyFormat.parseFrom(ByteBuffer data) |
static KmsAeadKeyFormat |
KmsAeadKeyFormat.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KmsAeadKeyFormat |
KmsAeadKeyFormat.parseFrom(com.google.protobuf.ByteString data) |
static KmsAeadKeyFormat |
KmsAeadKeyFormat.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KmsAeadKeyFormat |
KmsAeadKeyFormat.parseFrom(com.google.protobuf.CodedInputStream input) |
static KmsAeadKeyFormat |
KmsAeadKeyFormat.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KmsAeadKeyFormat |
KmsAeadKeyFormat.parseFrom(InputStream input) |
static KmsAeadKeyFormat |
KmsAeadKeyFormat.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Parser<KmsAeadKeyFormat> |
KmsAeadKeyFormat.parser() |
| Modifier and Type | Method and Description |
|---|---|
KmsAeadKey.Builder |
KmsAeadKey.Builder.mergeParams(KmsAeadKeyFormat value)
The key format also contains the params.
|
static KmsAeadKeyFormat.Builder |
KmsAeadKeyFormat.newBuilder(KmsAeadKeyFormat prototype) |
KmsAeadKey.Builder |
KmsAeadKey.Builder.setParams(KmsAeadKeyFormat value)
The key format also contains the params.
|