Uses of Class
com.google.cloud.kms.v1.MacSignResponse
-
Packages that use MacSignResponse Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of MacSignResponse in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return MacSignResponse Modifier and Type Method Description MacSignResponseMacSignResponse.Builder. build()MacSignResponseMacSignResponse.Builder. buildPartial()static MacSignResponseMacSignResponse. getDefaultInstance()MacSignResponseMacSignResponse.Builder. getDefaultInstanceForType()MacSignResponseMacSignResponse. getDefaultInstanceForType()MacSignResponseKeyManagementServiceClient. macSign(CryptoKeyVersionName name, com.google.protobuf.ByteString data)Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be verified by another source with the same key.MacSignResponseKeyManagementServiceClient. macSign(MacSignRequest request)Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be verified by another source with the same key.MacSignResponseKeyManagementServiceClient. macSign(String name, com.google.protobuf.ByteString data)Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be verified by another source with the same key.MacSignResponseKeyManagementServiceGrpc.KeyManagementServiceBlockingStub. macSign(MacSignRequest request)Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be verified by another source with the same key.static MacSignResponseMacSignResponse. parseDelimitedFrom(InputStream input)static MacSignResponseMacSignResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MacSignResponseMacSignResponse. parseFrom(byte[] data)static MacSignResponseMacSignResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MacSignResponseMacSignResponse. parseFrom(com.google.protobuf.ByteString data)static MacSignResponseMacSignResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MacSignResponseMacSignResponse. parseFrom(com.google.protobuf.CodedInputStream input)static MacSignResponseMacSignResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MacSignResponseMacSignResponse. parseFrom(InputStream input)static MacSignResponseMacSignResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MacSignResponseMacSignResponse. parseFrom(ByteBuffer data)static MacSignResponseMacSignResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.kms.v1 that return types with arguments of type MacSignResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<MacSignRequest,MacSignResponse>KeyManagementServiceGrpc. getMacSignMethod()com.google.protobuf.Parser<MacSignResponse>MacSignResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<MacSignResponse>KeyManagementServiceGrpc.KeyManagementServiceFutureStub. macSign(MacSignRequest request)Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be verified by another source with the same key.com.google.api.gax.rpc.UnaryCallable<MacSignRequest,MacSignResponse>KeyManagementServiceClient. macSignCallable()Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be verified by another source with the same key.com.google.api.gax.rpc.UnaryCallSettings.Builder<MacSignRequest,MacSignResponse>KeyManagementServiceSettings.Builder. macSignSettings()Returns the builder for the settings used for calls to macSign.com.google.api.gax.rpc.UnaryCallSettings<MacSignRequest,MacSignResponse>KeyManagementServiceSettings. macSignSettings()Returns the object with the settings used for calls to macSign.static com.google.protobuf.Parser<MacSignResponse>MacSignResponse. parser()Methods in com.google.cloud.kms.v1 with parameters of type MacSignResponse Modifier and Type Method Description MacSignResponse.BuilderMacSignResponse.Builder. mergeFrom(MacSignResponse other)static MacSignResponse.BuilderMacSignResponse. newBuilder(MacSignResponse prototype)Method parameters in com.google.cloud.kms.v1 with type arguments of type MacSignResponse Modifier and Type Method Description default voidKeyManagementServiceGrpc.AsyncService. macSign(MacSignRequest request, io.grpc.stub.StreamObserver<MacSignResponse> responseObserver)Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be verified by another source with the same key.voidKeyManagementServiceGrpc.KeyManagementServiceStub. macSign(MacSignRequest request, io.grpc.stub.StreamObserver<MacSignResponse> responseObserver)Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be verified by another source with the same key. -
Uses of MacSignResponse in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type MacSignResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<MacSignRequest,MacSignResponse>GrpcKeyManagementServiceStub. macSignCallable()com.google.api.gax.rpc.UnaryCallable<MacSignRequest,MacSignResponse>HttpJsonKeyManagementServiceStub. macSignCallable()com.google.api.gax.rpc.UnaryCallable<MacSignRequest,MacSignResponse>KeyManagementServiceStub. macSignCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<MacSignRequest,MacSignResponse>KeyManagementServiceStubSettings.Builder. macSignSettings()Returns the builder for the settings used for calls to macSign.com.google.api.gax.rpc.UnaryCallSettings<MacSignRequest,MacSignResponse>KeyManagementServiceStubSettings. macSignSettings()Returns the object with the settings used for calls to macSign.
-