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 |
---|---|
MacVerifyResponse |
MacVerifyResponse.Builder.build() |
MacVerifyResponse |
MacVerifyResponse.Builder.buildPartial() |
static MacVerifyResponse |
MacVerifyResponse.getDefaultInstance() |
MacVerifyResponse |
MacVerifyResponse.getDefaultInstanceForType() |
MacVerifyResponse |
MacVerifyResponse.Builder.getDefaultInstanceForType() |
MacVerifyResponse |
KeyManagementServiceClient.macVerify(CryptoKeyVersionName name,
ByteString data,
ByteString mac)
Verifies MAC tag using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with
[CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, and returns a response that
indicates whether or not the verification was successful.
|
MacVerifyResponse |
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub.macVerify(MacVerifyRequest request)
Verifies MAC tag using a
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with
[CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, and returns
a response that indicates whether or not the verification was successful.
|
MacVerifyResponse |
KeyManagementServiceClient.macVerify(MacVerifyRequest request)
Verifies MAC tag using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with
[CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, and returns a response that
indicates whether or not the verification was successful.
|
MacVerifyResponse |
KeyManagementServiceClient.macVerify(String name,
ByteString data,
ByteString mac)
Verifies MAC tag using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with
[CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, and returns a response that
indicates whether or not the verification was successful.
|
static MacVerifyResponse |
MacVerifyResponse.parseDelimitedFrom(InputStream input) |
static MacVerifyResponse |
MacVerifyResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static MacVerifyResponse |
MacVerifyResponse.parseFrom(byte[] data) |
static MacVerifyResponse |
MacVerifyResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static MacVerifyResponse |
MacVerifyResponse.parseFrom(ByteBuffer data) |
static MacVerifyResponse |
MacVerifyResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static MacVerifyResponse |
MacVerifyResponse.parseFrom(ByteString data) |
static MacVerifyResponse |
MacVerifyResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static MacVerifyResponse |
MacVerifyResponse.parseFrom(CodedInputStream input) |
static MacVerifyResponse |
MacVerifyResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static MacVerifyResponse |
MacVerifyResponse.parseFrom(InputStream input) |
static MacVerifyResponse |
MacVerifyResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<MacVerifyRequest,MacVerifyResponse> |
KeyManagementServiceGrpc.getMacVerifyMethod() |
Parser<MacVerifyResponse> |
MacVerifyResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<MacVerifyResponse> |
KeyManagementServiceGrpc.KeyManagementServiceFutureStub.macVerify(MacVerifyRequest request)
Verifies MAC tag using a
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with
[CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, and returns
a response that indicates whether or not the verification was successful.
|
UnaryCallable<MacVerifyRequest,MacVerifyResponse> |
KeyManagementServiceClient.macVerifyCallable()
Verifies MAC tag using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with
[CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, and returns a response that
indicates whether or not the verification was successful.
|
UnaryCallSettings<MacVerifyRequest,MacVerifyResponse> |
KeyManagementServiceSettings.macVerifySettings()
Returns the object with the settings used for calls to macVerify.
|
UnaryCallSettings.Builder<MacVerifyRequest,MacVerifyResponse> |
KeyManagementServiceSettings.Builder.macVerifySettings()
Returns the builder for the settings used for calls to macVerify.
|
static Parser<MacVerifyResponse> |
MacVerifyResponse.parser() |
Modifier and Type | Method and Description |
---|---|
MacVerifyResponse.Builder |
MacVerifyResponse.Builder.mergeFrom(MacVerifyResponse other) |
static MacVerifyResponse.Builder |
MacVerifyResponse.newBuilder(MacVerifyResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
KeyManagementServiceGrpc.KeyManagementServiceImplBase.macVerify(MacVerifyRequest request,
StreamObserver<MacVerifyResponse> responseObserver)
Verifies MAC tag using a
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with
[CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, and returns
a response that indicates whether or not the verification was successful.
|
void |
KeyManagementServiceGrpc.KeyManagementServiceStub.macVerify(MacVerifyRequest request,
StreamObserver<MacVerifyResponse> responseObserver)
Verifies MAC tag using a
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with
[CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, and returns
a response that indicates whether or not the verification was successful.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<MacVerifyRequest,MacVerifyResponse> |
HttpJsonKeyManagementServiceStub.macVerifyCallable() |
UnaryCallable<MacVerifyRequest,MacVerifyResponse> |
KeyManagementServiceStub.macVerifyCallable() |
UnaryCallable<MacVerifyRequest,MacVerifyResponse> |
GrpcKeyManagementServiceStub.macVerifyCallable() |
UnaryCallSettings<MacVerifyRequest,MacVerifyResponse> |
KeyManagementServiceStubSettings.macVerifySettings()
Returns the object with the settings used for calls to macVerify.
|
UnaryCallSettings.Builder<MacVerifyRequest,MacVerifyResponse> |
KeyManagementServiceStubSettings.Builder.macVerifySettings()
Returns the builder for the settings used for calls to macVerify.
|
Copyright © 2022 Google LLC. All rights reserved.