Class X509Readers$


  • public class X509Readers$
    extends java.lang.Object
    INTERNAL API
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static X509Readers$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      X509Readers$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.collection.immutable.Set<java.lang.String> getAllSubjectNames​(java.security.cert.X509Certificate cert)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final X509Readers$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • X509Readers$

        public X509Readers$()
    • Method Detail

      • getAllSubjectNames

        public scala.collection.immutable.Set<java.lang.String> getAllSubjectNames​(java.security.cert.X509Certificate cert)