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