Package | Description |
---|---|
com.google.cloud.kms.v1 |
A client to Cloud Key Management Service (KMS) API
|
com.google.cloud.kms.v1.stub |
Modifier and Type | Method and Description |
---|---|
MacSignResponse |
MacSignResponse.Builder.build() |
MacSignResponse |
MacSignResponse.Builder.buildPartial() |
static MacSignResponse |
MacSignResponse.getDefaultInstance() |
MacSignResponse |
MacSignResponse.getDefaultInstanceForType() |
MacSignResponse |
MacSignResponse.Builder.getDefaultInstanceForType() |
MacSignResponse |
KeyManagementServiceClient.macSign(CryptoKeyVersionName name,
ByteString data)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with
[CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be
verified by another source with the same key.
|
MacSignResponse |
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub.macSign(MacSignRequest request)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]
with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC,
producing a tag that can be verified by another source with the same key.
|
MacSignResponse |
KeyManagementServiceClient.macSign(MacSignRequest request)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with
[CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be
verified by another source with the same key.
|
MacSignResponse |
KeyManagementServiceClient.macSign(String name,
ByteString data)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with
[CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be
verified by another source with the same key.
|
static MacSignResponse |
MacSignResponse.parseDelimitedFrom(InputStream input) |
static MacSignResponse |
MacSignResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static MacSignResponse |
MacSignResponse.parseFrom(byte[] data) |
static MacSignResponse |
MacSignResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static MacSignResponse |
MacSignResponse.parseFrom(ByteBuffer data) |
static MacSignResponse |
MacSignResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static MacSignResponse |
MacSignResponse.parseFrom(ByteString data) |
static MacSignResponse |
MacSignResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static MacSignResponse |
MacSignResponse.parseFrom(CodedInputStream input) |
static MacSignResponse |
MacSignResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static MacSignResponse |
MacSignResponse.parseFrom(InputStream input) |
static MacSignResponse |
MacSignResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<MacSignRequest,MacSignResponse> |
KeyManagementServiceGrpc.getMacSignMethod() |
Parser<MacSignResponse> |
MacSignResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<MacSignResponse> |
KeyManagementServiceGrpc.KeyManagementServiceFutureStub.macSign(MacSignRequest request)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]
with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC,
producing a tag that can be verified by another source with the same key.
|
UnaryCallable<MacSignRequest,MacSignResponse> |
KeyManagementServiceClient.macSignCallable()
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with
[CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be
verified by another source with the same key.
|
UnaryCallSettings<MacSignRequest,MacSignResponse> |
KeyManagementServiceSettings.macSignSettings()
Returns the object with the settings used for calls to macSign.
|
UnaryCallSettings.Builder<MacSignRequest,MacSignResponse> |
KeyManagementServiceSettings.Builder.macSignSettings()
Returns the builder for the settings used for calls to macSign.
|
static Parser<MacSignResponse> |
MacSignResponse.parser() |
Modifier and Type | Method and Description |
---|---|
MacSignResponse.Builder |
MacSignResponse.Builder.mergeFrom(MacSignResponse other) |
static MacSignResponse.Builder |
MacSignResponse.newBuilder(MacSignResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
KeyManagementServiceGrpc.KeyManagementServiceImplBase.macSign(MacSignRequest request,
StreamObserver<MacSignResponse> responseObserver)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]
with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC,
producing a tag that can be verified by another source with the same key.
|
void |
KeyManagementServiceGrpc.KeyManagementServiceStub.macSign(MacSignRequest request,
StreamObserver<MacSignResponse> responseObserver)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]
with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC,
producing a tag that can be verified by another source with the same key.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<MacSignRequest,MacSignResponse> |
HttpJsonKeyManagementServiceStub.macSignCallable() |
UnaryCallable<MacSignRequest,MacSignResponse> |
KeyManagementServiceStub.macSignCallable() |
UnaryCallable<MacSignRequest,MacSignResponse> |
GrpcKeyManagementServiceStub.macSignCallable() |
UnaryCallSettings<MacSignRequest,MacSignResponse> |
KeyManagementServiceStubSettings.macSignSettings()
Returns the object with the settings used for calls to macSign.
|
UnaryCallSettings.Builder<MacSignRequest,MacSignResponse> |
KeyManagementServiceStubSettings.Builder.macSignSettings()
Returns the builder for the settings used for calls to macSign.
|
Copyright © 2022 Google LLC. All rights reserved.