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 AsymmetricSignRequest
AsymmetricSignRequest.Builder. build()
AsymmetricSignRequest
AsymmetricSignRequest.Builder. buildPartial()
static AsymmetricSignRequest
AsymmetricSignRequest. getDefaultInstance()
AsymmetricSignRequest
AsymmetricSignRequest.Builder. getDefaultInstanceForType()
AsymmetricSignRequest
AsymmetricSignRequest. getDefaultInstanceForType()
static AsymmetricSignRequest
AsymmetricSignRequest. parseDelimitedFrom(InputStream input)
static AsymmetricSignRequest
AsymmetricSignRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsymmetricSignRequest
AsymmetricSignRequest. parseFrom(byte[] data)
static AsymmetricSignRequest
AsymmetricSignRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsymmetricSignRequest
AsymmetricSignRequest. parseFrom(com.google.protobuf.ByteString data)
static AsymmetricSignRequest
AsymmetricSignRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsymmetricSignRequest
AsymmetricSignRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AsymmetricSignRequest
AsymmetricSignRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsymmetricSignRequest
AsymmetricSignRequest. parseFrom(InputStream input)
static AsymmetricSignRequest
AsymmetricSignRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsymmetricSignRequest
AsymmetricSignRequest. parseFrom(ByteBuffer data)
static AsymmetricSignRequest
AsymmetricSignRequest. 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 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].default void
KeyManagementServiceGrpc.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].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].void
KeyManagementServiceGrpc.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.Builder
AsymmetricSignRequest.Builder. mergeFrom(AsymmetricSignRequest other)
static AsymmetricSignRequest.Builder
AsymmetricSignRequest. 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.
-