Class SSLClientCertProvider

  • All Implemented Interfaces:
    com.netscape.certsrv.authentication.ISSLClientCertProvider

    public class SSLClientCertProvider
    extends java.lang.Object
    implements com.netscape.certsrv.authentication.ISSLClientCertProvider
    • Constructor Summary

      Constructors 
      Constructor Description
      SSLClientCertProvider​(javax.servlet.http.HttpServletRequest request)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.security.cert.X509Certificate[] getClientCertificateChain()
      Retrieves the SSL client certificate chain.
      • Methods inherited from class java.lang.Object

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

      • SSLClientCertProvider

        public SSLClientCertProvider​(javax.servlet.http.HttpServletRequest request)
    • Method Detail

      • getClientCertificateChain

        public java.security.cert.X509Certificate[] getClientCertificateChain()
        Description copied from interface: com.netscape.certsrv.authentication.ISSLClientCertProvider
        Retrieves the SSL client certificate chain.
        Specified by:
        getClientCertificateChain in interface com.netscape.certsrv.authentication.ISSLClientCertProvider
        Returns:
        certificate chain