Package dev.sigstore.fulcio.v2
Class CAGrpc.CAImplBase
- java.lang.Object
-
- dev.sigstore.fulcio.v2.CAGrpc.CAImplBase
-
- All Implemented Interfaces:
CAGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- CAGrpc
public abstract static class CAGrpc.CAImplBase extends java.lang.Object implements io.grpc.BindableService, CAGrpc.AsyncService
Base class for the server implementation of the service CA.
-
-
Constructor Summary
Constructors Constructor Description CAImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface dev.sigstore.fulcio.v2.CAGrpc.AsyncService
createSigningCertificate, getTrustBundle
-
-