Class ClientCertificate


  • public final class ClientCertificate
    extends java.lang.Object
    Holds a certificate and key for authenticated requests.
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientCertificate​(java.lang.String certFile, java.lang.String keyFile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getCertFile()
      Certificate for user authentication.
      java.lang.String getKeyFile()
      Certificate key for user authentication.
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • ClientCertificate

        public ClientCertificate​(java.lang.String certFile,
                                 java.lang.String keyFile)
    • Method Detail

      • getCertFile

        public java.lang.String getCertFile()
        Certificate for user authentication.
      • getKeyFile

        public java.lang.String getKeyFile()
        Certificate key for user authentication.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object