Class CertficateCNMatcher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String cn_name  
      protected java.util.regex.Pattern pattern  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(java.lang.String arg)
      Called after creation with session_verifier_arg
      void verify​(javax.net.ssl.SSLSession session)
      Called to verify that the session is correct, e.g.
      • Methods inherited from class java.lang.Object

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

      • cn_name

        protected java.lang.String cn_name
      • pattern

        protected java.util.regex.Pattern pattern
    • Constructor Detail

      • CertficateCNMatcher

        public CertficateCNMatcher()