Class 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.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected CAGrpc.CAStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      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
      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
      • Methods inherited from class io.grpc.stub.AbstractAsyncStub

        newStub, newStub
      • Methods inherited from class io.grpc.stub.AbstractStub

        getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • build

        protected CAGrpc.CAStub build​(io.grpc.Channel channel,
                                      io.grpc.CallOptions callOptions)
        Specified by:
        build in class io.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