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 MacVerifyRequest
MacVerifyRequest.Builder. build()
MacVerifyRequest
MacVerifyRequest.Builder. buildPartial()
static MacVerifyRequest
MacVerifyRequest. getDefaultInstance()
MacVerifyRequest
MacVerifyRequest.Builder. getDefaultInstanceForType()
MacVerifyRequest
MacVerifyRequest. getDefaultInstanceForType()
static MacVerifyRequest
MacVerifyRequest. parseDelimitedFrom(InputStream input)
static MacVerifyRequest
MacVerifyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacVerifyRequest
MacVerifyRequest. parseFrom(byte[] data)
static MacVerifyRequest
MacVerifyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacVerifyRequest
MacVerifyRequest. parseFrom(com.google.protobuf.ByteString data)
static MacVerifyRequest
MacVerifyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacVerifyRequest
MacVerifyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static MacVerifyRequest
MacVerifyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacVerifyRequest
MacVerifyRequest. parseFrom(InputStream input)
static MacVerifyRequest
MacVerifyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacVerifyRequest
MacVerifyRequest. parseFrom(ByteBuffer data)
static MacVerifyRequest
MacVerifyRequest. 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 MacVerifyResponse
KeyManagementServiceClient. 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 void
KeyManagementServiceGrpc.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.MacVerifyResponse
KeyManagementServiceGrpc.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.void
KeyManagementServiceGrpc.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.Builder
MacVerifyRequest.Builder. mergeFrom(MacVerifyRequest other)
static MacVerifyRequest.Builder
MacVerifyRequest. 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.
-