Package dev.sigstore.fulcio.v2
Class CAGrpc.CAFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<CAGrpc.CAFutureStub>
-
- dev.sigstore.fulcio.v2.CAGrpc.CAFutureStub
-
- Enclosing class:
- CAGrpc
public static final class CAGrpc.CAFutureStub extends io.grpc.stub.AbstractFutureStub<CAGrpc.CAFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service CA.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CAGrpc.CAFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<SigningCertificate>createSigningCertificate(CreateSigningCertificateRequest request)Returns an X.509 certificate created by the Fulcio certificate authority for the given request parameterscom.google.common.util.concurrent.ListenableFuture<TrustBundle>getTrustBundle(GetTrustBundleRequest request)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.CAFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CAGrpc.CAFutureStub>
-
createSigningCertificate
public com.google.common.util.concurrent.ListenableFuture<SigningCertificate> createSigningCertificate(CreateSigningCertificateRequest request)
Returns an X.509 certificate created by the Fulcio certificate authority for the given request parameters
-
getTrustBundle
public com.google.common.util.concurrent.ListenableFuture<TrustBundle> getTrustBundle(GetTrustBundleRequest request)
Returns the bundle of certificates that can be used to validate code signing certificates issued by this Fulcio instance
-
-