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