Class 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.
    • 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.CABlockingStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      SigningCertificate createSigningCertificate​(CreateSigningCertificateRequest request)
      Returns an X.509 certificate created by the Fulcio certificate authority for the given request parameters
      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.AbstractBlockingStub

        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

      • 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