Class MTlsCertificate

java.lang.Object
io.deephaven.grpc.MTlsCertificate

public class MTlsCertificate extends Object
Provides access to the Context key to read the current client cert, if any.
  • Field Details

    • CLIENT_CERTIFICATES

      public static final io.grpc.Context.Key<List<X509Certificate>> CLIENT_CERTIFICATES
    • DEFAULT_INTERCEPTOR

      public static final io.grpc.ServerInterceptor DEFAULT_INTERCEPTOR
      Default implementation for use with Grpc's own TRANSPORT_ATTR_SSL_SESSION, to easily convert to non-deprecated x509 certs.
  • Constructor Details

    • MTlsCertificate

      public MTlsCertificate()