Package dev.sigstore.fulcio.v2
Class CAGrpc.CAStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<CAGrpc.CAStub>
-
- dev.sigstore.fulcio.v2.CAGrpc.CAStub
-
- Enclosing class:
- CAGrpc
public static final class CAGrpc.CAStub extends io.grpc.stub.AbstractAsyncStub<CAGrpc.CAStub>
A stub to allow clients to do asynchronous rpc calls to service CA.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CAGrpc.CAStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidcreateSigningCertificate(CreateSigningCertificateRequest request, io.grpc.stub.StreamObserver<SigningCertificate> responseObserver)Returns an X.509 certificate created by the Fulcio certificate authority for the given request parametersvoidgetTrustBundle(GetTrustBundleRequest request, io.grpc.stub.StreamObserver<TrustBundle> responseObserver)Returns the bundle of certificates that can be used to validate code signing certificates issued by this Fulcio instance-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected CAGrpc.CAStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CAGrpc.CAStub>
-
createSigningCertificate
public void createSigningCertificate(CreateSigningCertificateRequest request, io.grpc.stub.StreamObserver<SigningCertificate> responseObserver)
Returns an X.509 certificate created by the Fulcio certificate authority for the given request parameters
-
getTrustBundle
public void getTrustBundle(GetTrustBundleRequest request, io.grpc.stub.StreamObserver<TrustBundle> responseObserver)
Returns the bundle of certificates that can be used to validate code signing certificates issued by this Fulcio instance
-
-