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 |
---|---|
UnaryCallable<AsymmetricSignRequest,AsymmetricSignResponse> |
KeyManagementServiceClient.asymmetricSignCallable()
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with
[CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] ASYMMETRIC_SIGN, producing a
signature that can be verified with the public key retrieved from
[GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
|
UnaryCallSettings<AsymmetricSignRequest,AsymmetricSignResponse> |
KeyManagementServiceSettings.asymmetricSignSettings()
Returns the object with the settings used for calls to asymmetricSign.
|
UnaryCallSettings.Builder<AsymmetricSignRequest,AsymmetricSignResponse> |
KeyManagementServiceSettings.Builder.asymmetricSignSettings()
Returns the builder for the settings used for calls to asymmetricSign.
|
static MethodDescriptor<AsymmetricSignRequest,AsymmetricSignResponse> |
KeyManagementServiceGrpc.getAsymmetricSignMethod() |
Parser<AsymmetricSignRequest> |
AsymmetricSignRequest.getParserForType() |
static Parser<AsymmetricSignRequest> |
AsymmetricSignRequest.parser() |
Modifier and Type | Method and Description |
---|---|
AsymmetricSignResponse |
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub.asymmetricSign(AsymmetricSignRequest request)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]
with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose]
ASYMMETRIC_SIGN, producing a signature that can be verified with the public
key retrieved from
[GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
|
com.google.common.util.concurrent.ListenableFuture<AsymmetricSignResponse> |
KeyManagementServiceGrpc.KeyManagementServiceFutureStub.asymmetricSign(AsymmetricSignRequest request)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]
with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose]
ASYMMETRIC_SIGN, producing a signature that can be verified with the public
key retrieved from
[GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
|
AsymmetricSignResponse |
KeyManagementServiceClient.asymmetricSign(AsymmetricSignRequest request)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with
[CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] ASYMMETRIC_SIGN, producing a
signature that can be verified with the public key retrieved from
[GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceImplBase.asymmetricSign(AsymmetricSignRequest request,
StreamObserver<AsymmetricSignResponse> responseObserver)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]
with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose]
ASYMMETRIC_SIGN, producing a signature that can be verified with the public
key retrieved from
[GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceStub.asymmetricSign(AsymmetricSignRequest request,
StreamObserver<AsymmetricSignResponse> responseObserver)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]
with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose]
ASYMMETRIC_SIGN, producing a signature that can be verified with the public
key retrieved from
[GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
|
AsymmetricSignRequest.Builder |
AsymmetricSignRequest.Builder.mergeFrom(AsymmetricSignRequest other) |
static AsymmetricSignRequest.Builder |
AsymmetricSignRequest.newBuilder(AsymmetricSignRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<AsymmetricSignRequest,AsymmetricSignResponse> |
HttpJsonKeyManagementServiceStub.asymmetricSignCallable() |
UnaryCallable<AsymmetricSignRequest,AsymmetricSignResponse> |
KeyManagementServiceStub.asymmetricSignCallable() |
UnaryCallable<AsymmetricSignRequest,AsymmetricSignResponse> |
GrpcKeyManagementServiceStub.asymmetricSignCallable() |
UnaryCallSettings<AsymmetricSignRequest,AsymmetricSignResponse> |
KeyManagementServiceStubSettings.asymmetricSignSettings()
Returns the object with the settings used for calls to asymmetricSign.
|
UnaryCallSettings.Builder<AsymmetricSignRequest,AsymmetricSignResponse> |
KeyManagementServiceStubSettings.Builder.asymmetricSignSettings()
Returns the builder for the settings used for calls to asymmetricSign.
|
Copyright © 2022 Google LLC. All rights reserved.