Class ValidationHelperV1Grpc.ValidationHelperV1Stub (1.11.0)

public static final class ValidationHelperV1Grpc.ValidationHelperV1Stub extends AbstractAsyncStub<ValidationHelperV1Grpc.ValidationHelperV1Stub>

BinAuthz Attestor verification

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > ValidationHelperV1Grpc.ValidationHelperV1Stub

Methods

build(Channel channel, CallOptions callOptions)

protected ValidationHelperV1Grpc.ValidationHelperV1Stub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
ValidationHelperV1Grpc.ValidationHelperV1Stub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

validateAttestationOccurrence(Service.ValidateAttestationOccurrenceRequest request, StreamObserver<Service.ValidateAttestationOccurrenceResponse> responseObserver)

public void validateAttestationOccurrence(Service.ValidateAttestationOccurrenceRequest request, StreamObserver<Service.ValidateAttestationOccurrenceResponse> responseObserver)

Returns whether the given Attestation for the given image URI was signed by the given Attestor

Parameters
NameDescription
requestService.ValidateAttestationOccurrenceRequest
responseObserverio.grpc.stub.StreamObserver<ValidateAttestationOccurrenceResponse>