Uses of Class
com.google.cloud.kms.v1.AsymmetricSignRequest
-
Packages that use AsymmetricSignRequest Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of AsymmetricSignRequest in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return AsymmetricSignRequest Modifier and Type Method Description AsymmetricSignRequestAsymmetricSignRequest.Builder. build()AsymmetricSignRequestAsymmetricSignRequest.Builder. buildPartial()static AsymmetricSignRequestAsymmetricSignRequest. getDefaultInstance()AsymmetricSignRequestAsymmetricSignRequest.Builder. getDefaultInstanceForType()AsymmetricSignRequestAsymmetricSignRequest. getDefaultInstanceForType()static AsymmetricSignRequestAsymmetricSignRequest. parseDelimitedFrom(InputStream input)static AsymmetricSignRequestAsymmetricSignRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsymmetricSignRequestAsymmetricSignRequest. parseFrom(byte[] data)static AsymmetricSignRequestAsymmetricSignRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsymmetricSignRequestAsymmetricSignRequest. parseFrom(com.google.protobuf.ByteString data)static AsymmetricSignRequestAsymmetricSignRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsymmetricSignRequestAsymmetricSignRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AsymmetricSignRequestAsymmetricSignRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsymmetricSignRequestAsymmetricSignRequest. parseFrom(InputStream input)static AsymmetricSignRequestAsymmetricSignRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsymmetricSignRequestAsymmetricSignRequest. parseFrom(ByteBuffer data)static AsymmetricSignRequestAsymmetricSignRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.kms.v1 that return types with arguments of type AsymmetricSignRequest Modifier and Type Method Description 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<AsymmetricSignRequest>AsymmetricSignRequest. getParserForType()static com.google.protobuf.Parser<AsymmetricSignRequest>AsymmetricSignRequest. parser()Methods in com.google.cloud.kms.v1 with parameters of type AsymmetricSignRequest 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].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].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].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].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].AsymmetricSignRequest.BuilderAsymmetricSignRequest.Builder. mergeFrom(AsymmetricSignRequest other)static AsymmetricSignRequest.BuilderAsymmetricSignRequest. newBuilder(AsymmetricSignRequest prototype) -
Uses of AsymmetricSignRequest in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type AsymmetricSignRequest 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.
-