Uses of Class
com.google.cloud.kms.v1.MacVerifyRequest
-
Packages that use MacVerifyRequest Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of MacVerifyRequest in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return MacVerifyRequest Modifier and Type Method Description MacVerifyRequestMacVerifyRequest.Builder. build()MacVerifyRequestMacVerifyRequest.Builder. buildPartial()static MacVerifyRequestMacVerifyRequest. getDefaultInstance()MacVerifyRequestMacVerifyRequest.Builder. getDefaultInstanceForType()MacVerifyRequestMacVerifyRequest. getDefaultInstanceForType()static MacVerifyRequestMacVerifyRequest. parseDelimitedFrom(InputStream input)static MacVerifyRequestMacVerifyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MacVerifyRequestMacVerifyRequest. parseFrom(byte[] data)static MacVerifyRequestMacVerifyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MacVerifyRequestMacVerifyRequest. parseFrom(com.google.protobuf.ByteString data)static MacVerifyRequestMacVerifyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MacVerifyRequestMacVerifyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static MacVerifyRequestMacVerifyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MacVerifyRequestMacVerifyRequest. parseFrom(InputStream input)static MacVerifyRequestMacVerifyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MacVerifyRequestMacVerifyRequest. parseFrom(ByteBuffer data)static MacVerifyRequestMacVerifyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.kms.v1 that return types with arguments of type MacVerifyRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<MacVerifyRequest,MacVerifyResponse>KeyManagementServiceGrpc. getMacVerifyMethod()com.google.protobuf.Parser<MacVerifyRequest>MacVerifyRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<MacVerifyRequest,MacVerifyResponse>KeyManagementServiceClient. macVerifyCallable()Verifies MAC tag using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, and returns a response that indicates whether or not the verification was successful.com.google.api.gax.rpc.UnaryCallSettings.Builder<MacVerifyRequest,MacVerifyResponse>KeyManagementServiceSettings.Builder. macVerifySettings()Returns the builder for the settings used for calls to macVerify.com.google.api.gax.rpc.UnaryCallSettings<MacVerifyRequest,MacVerifyResponse>KeyManagementServiceSettings. macVerifySettings()Returns the object with the settings used for calls to macVerify.static com.google.protobuf.Parser<MacVerifyRequest>MacVerifyRequest. parser()Methods in com.google.cloud.kms.v1 with parameters of type MacVerifyRequest Modifier and Type Method Description MacVerifyResponseKeyManagementServiceClient. macVerify(MacVerifyRequest request)Verifies MAC tag using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, and returns a response that indicates whether or not the verification was successful.default voidKeyManagementServiceGrpc.AsyncService. macVerify(MacVerifyRequest request, io.grpc.stub.StreamObserver<MacVerifyResponse> responseObserver)Verifies MAC tag using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, and returns a response that indicates whether or not the verification was successful.MacVerifyResponseKeyManagementServiceGrpc.KeyManagementServiceBlockingStub. macVerify(MacVerifyRequest request)Verifies MAC tag using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, and returns a response that indicates whether or not the verification was successful.com.google.common.util.concurrent.ListenableFuture<MacVerifyResponse>KeyManagementServiceGrpc.KeyManagementServiceFutureStub. macVerify(MacVerifyRequest request)Verifies MAC tag using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, and returns a response that indicates whether or not the verification was successful.voidKeyManagementServiceGrpc.KeyManagementServiceStub. macVerify(MacVerifyRequest request, io.grpc.stub.StreamObserver<MacVerifyResponse> responseObserver)Verifies MAC tag using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, and returns a response that indicates whether or not the verification was successful.MacVerifyRequest.BuilderMacVerifyRequest.Builder. mergeFrom(MacVerifyRequest other)static MacVerifyRequest.BuilderMacVerifyRequest. newBuilder(MacVerifyRequest prototype) -
Uses of MacVerifyRequest in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type MacVerifyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<MacVerifyRequest,MacVerifyResponse>GrpcKeyManagementServiceStub. macVerifyCallable()com.google.api.gax.rpc.UnaryCallable<MacVerifyRequest,MacVerifyResponse>HttpJsonKeyManagementServiceStub. macVerifyCallable()com.google.api.gax.rpc.UnaryCallable<MacVerifyRequest,MacVerifyResponse>KeyManagementServiceStub. macVerifyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<MacVerifyRequest,MacVerifyResponse>KeyManagementServiceStubSettings.Builder. macVerifySettings()Returns the builder for the settings used for calls to macVerify.com.google.api.gax.rpc.UnaryCallSettings<MacVerifyRequest,MacVerifyResponse>KeyManagementServiceStubSettings. macVerifySettings()Returns the object with the settings used for calls to macVerify.
-