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 |
---|---|
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].
|
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].
|
AsymmetricSignResponse |
KeyManagementServiceClient.asymmetricSign(CryptoKeyVersionName name,
Digest digest)
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(String name,
Digest digest)
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 |
AsymmetricSignResponse.Builder.build() |
AsymmetricSignResponse |
AsymmetricSignResponse.Builder.buildPartial() |
static AsymmetricSignResponse |
AsymmetricSignResponse.getDefaultInstance() |
AsymmetricSignResponse |
AsymmetricSignResponse.getDefaultInstanceForType() |
AsymmetricSignResponse |
AsymmetricSignResponse.Builder.getDefaultInstanceForType() |
static AsymmetricSignResponse |
AsymmetricSignResponse.parseDelimitedFrom(InputStream input) |
static AsymmetricSignResponse |
AsymmetricSignResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static AsymmetricSignResponse |
AsymmetricSignResponse.parseFrom(byte[] data) |
static AsymmetricSignResponse |
AsymmetricSignResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static AsymmetricSignResponse |
AsymmetricSignResponse.parseFrom(ByteBuffer data) |
static AsymmetricSignResponse |
AsymmetricSignResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static AsymmetricSignResponse |
AsymmetricSignResponse.parseFrom(ByteString data) |
static AsymmetricSignResponse |
AsymmetricSignResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static AsymmetricSignResponse |
AsymmetricSignResponse.parseFrom(CodedInputStream input) |
static AsymmetricSignResponse |
AsymmetricSignResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static AsymmetricSignResponse |
AsymmetricSignResponse.parseFrom(InputStream input) |
static AsymmetricSignResponse |
AsymmetricSignResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
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].
|
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<AsymmetricSignResponse> |
AsymmetricSignResponse.getParserForType() |
static Parser<AsymmetricSignResponse> |
AsymmetricSignResponse.parser() |
Modifier and Type | Method and Description |
---|---|
AsymmetricSignResponse.Builder |
AsymmetricSignResponse.Builder.mergeFrom(AsymmetricSignResponse other) |
static AsymmetricSignResponse.Builder |
AsymmetricSignResponse.newBuilder(AsymmetricSignResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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].
|
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.