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 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
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
AsymmetricSignResponse.Builder. build()
AsymmetricSignResponse
AsymmetricSignResponse.Builder. buildPartial()
static AsymmetricSignResponse
AsymmetricSignResponse. getDefaultInstance()
AsymmetricSignResponse
AsymmetricSignResponse.Builder. getDefaultInstanceForType()
AsymmetricSignResponse
AsymmetricSignResponse. getDefaultInstanceForType()
static AsymmetricSignResponse
AsymmetricSignResponse. parseDelimitedFrom(InputStream input)
static AsymmetricSignResponse
AsymmetricSignResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsymmetricSignResponse
AsymmetricSignResponse. parseFrom(byte[] data)
static AsymmetricSignResponse
AsymmetricSignResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsymmetricSignResponse
AsymmetricSignResponse. parseFrom(com.google.protobuf.ByteString data)
static AsymmetricSignResponse
AsymmetricSignResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsymmetricSignResponse
AsymmetricSignResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AsymmetricSignResponse
AsymmetricSignResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsymmetricSignResponse
AsymmetricSignResponse. parseFrom(InputStream input)
static AsymmetricSignResponse
AsymmetricSignResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsymmetricSignResponse
AsymmetricSignResponse. parseFrom(ByteBuffer data)
static AsymmetricSignResponse
AsymmetricSignResponse. 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.Builder
AsymmetricSignResponse.Builder. mergeFrom(AsymmetricSignResponse other)
static AsymmetricSignResponse.Builder
AsymmetricSignResponse. newBuilder(AsymmetricSignResponse prototype)
Method parameters in com.google.cloud.kms.v1 with type arguments of type AsymmetricSignResponse Modifier and Type Method Description 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].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]. -
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.
-