Uses of Class
com.google.cloud.kms.v1.AsymmetricSignResponse
-
Packages that use AsymmetricSignResponse Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of AsymmetricSignResponse in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return AsymmetricSignResponse Modifier and Type Method Description AsymmetricSignResponseKeyManagementServiceClient. 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].AsymmetricSignResponseKeyManagementServiceClient. 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].AsymmetricSignResponseKeyManagementServiceClient. 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].AsymmetricSignResponseKeyManagementServiceGrpc.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].AsymmetricSignResponseAsymmetricSignResponse.Builder. build()AsymmetricSignResponseAsymmetricSignResponse.Builder. buildPartial()static AsymmetricSignResponseAsymmetricSignResponse. getDefaultInstance()AsymmetricSignResponseAsymmetricSignResponse.Builder. getDefaultInstanceForType()AsymmetricSignResponseAsymmetricSignResponse. getDefaultInstanceForType()static AsymmetricSignResponseAsymmetricSignResponse. parseDelimitedFrom(InputStream input)static AsymmetricSignResponseAsymmetricSignResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsymmetricSignResponseAsymmetricSignResponse. parseFrom(byte[] data)static AsymmetricSignResponseAsymmetricSignResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsymmetricSignResponseAsymmetricSignResponse. parseFrom(com.google.protobuf.ByteString data)static AsymmetricSignResponseAsymmetricSignResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsymmetricSignResponseAsymmetricSignResponse. parseFrom(com.google.protobuf.CodedInputStream input)static AsymmetricSignResponseAsymmetricSignResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsymmetricSignResponseAsymmetricSignResponse. parseFrom(InputStream input)static AsymmetricSignResponseAsymmetricSignResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsymmetricSignResponseAsymmetricSignResponse. parseFrom(ByteBuffer data)static AsymmetricSignResponseAsymmetricSignResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.kms.v1 that return types with arguments of type AsymmetricSignResponse Modifier and Type Method 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].com.google.api.gax.rpc.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].com.google.api.gax.rpc.UnaryCallSettings<AsymmetricSignRequest,AsymmetricSignResponse>KeyManagementServiceSettings. asymmetricSignSettings()Returns the object with the settings used for calls to asymmetricSign.com.google.api.gax.rpc.UnaryCallSettings.Builder<AsymmetricSignRequest,AsymmetricSignResponse>KeyManagementServiceSettings.Builder. asymmetricSignSettings()Returns the builder for the settings used for calls to asymmetricSign.static io.grpc.MethodDescriptor<AsymmetricSignRequest,AsymmetricSignResponse>KeyManagementServiceGrpc. getAsymmetricSignMethod()com.google.protobuf.Parser<AsymmetricSignResponse>AsymmetricSignResponse. getParserForType()static com.google.protobuf.Parser<AsymmetricSignResponse>AsymmetricSignResponse. parser()Methods in com.google.cloud.kms.v1 with parameters of type AsymmetricSignResponse Modifier and Type Method Description AsymmetricSignResponse.BuilderAsymmetricSignResponse.Builder. mergeFrom(AsymmetricSignResponse other)static AsymmetricSignResponse.BuilderAsymmetricSignResponse. newBuilder(AsymmetricSignResponse prototype)Method parameters in com.google.cloud.kms.v1 with type arguments of type AsymmetricSignResponse Modifier and Type Method Description default voidKeyManagementServiceGrpc.AsyncService. asymmetricSign(AsymmetricSignRequest request, io.grpc.stub.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].voidKeyManagementServiceGrpc.KeyManagementServiceStub. asymmetricSign(AsymmetricSignRequest request, io.grpc.stub.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]. -
Uses of AsymmetricSignResponse in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type AsymmetricSignResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AsymmetricSignRequest,AsymmetricSignResponse>GrpcKeyManagementServiceStub. asymmetricSignCallable()com.google.api.gax.rpc.UnaryCallable<AsymmetricSignRequest,AsymmetricSignResponse>HttpJsonKeyManagementServiceStub. asymmetricSignCallable()com.google.api.gax.rpc.UnaryCallable<AsymmetricSignRequest,AsymmetricSignResponse>KeyManagementServiceStub. asymmetricSignCallable()com.google.api.gax.rpc.UnaryCallSettings<AsymmetricSignRequest,AsymmetricSignResponse>KeyManagementServiceStubSettings. asymmetricSignSettings()Returns the object with the settings used for calls to asymmetricSign.com.google.api.gax.rpc.UnaryCallSettings.Builder<AsymmetricSignRequest,AsymmetricSignResponse>KeyManagementServiceStubSettings.Builder. asymmetricSignSettings()Returns the builder for the settings used for calls to asymmetricSign.
-