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