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 MacVerifyResponse
MacVerifyResponse.Builder. build()
MacVerifyResponse
MacVerifyResponse.Builder. buildPartial()
static MacVerifyResponse
MacVerifyResponse. getDefaultInstance()
MacVerifyResponse
MacVerifyResponse.Builder. getDefaultInstanceForType()
MacVerifyResponse
MacVerifyResponse. getDefaultInstanceForType()
MacVerifyResponse
KeyManagementServiceClient. 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.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.MacVerifyResponse
KeyManagementServiceClient. 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.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.static MacVerifyResponse
MacVerifyResponse. parseDelimitedFrom(InputStream input)
static MacVerifyResponse
MacVerifyResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacVerifyResponse
MacVerifyResponse. parseFrom(byte[] data)
static MacVerifyResponse
MacVerifyResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacVerifyResponse
MacVerifyResponse. parseFrom(com.google.protobuf.ByteString data)
static MacVerifyResponse
MacVerifyResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacVerifyResponse
MacVerifyResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static MacVerifyResponse
MacVerifyResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacVerifyResponse
MacVerifyResponse. parseFrom(InputStream input)
static MacVerifyResponse
MacVerifyResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacVerifyResponse
MacVerifyResponse. parseFrom(ByteBuffer data)
static MacVerifyResponse
MacVerifyResponse. 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.Builder
MacVerifyResponse.Builder. mergeFrom(MacVerifyResponse other)
static MacVerifyResponse.Builder
MacVerifyResponse. newBuilder(MacVerifyResponse prototype)
Method parameters in com.google.cloud.kms.v1 with type arguments of type MacVerifyResponse Modifier and Type Method Description 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.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. -
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.
-