Class WolfSSLSNIServerName

  • Direct Known Subclasses:
    WolfSSLGenericHostName

    public abstract class WolfSSLSNIServerName
    extends java.lang.Object
    wolfJSSE implementation that replicates functionality of the Java SNIServerName class. Used for internal WolfSSLParameters, unable to use standard class as some Java versions less than 1.8 do not have it available
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected WolfSSLSNIServerName​(int type, byte[] encoded)  
    • Constructor Detail

      • WolfSSLSNIServerName

        protected WolfSSLSNIServerName​(int type,
                                       byte[] encoded)
    • Method Detail

      • getType

        public final int getType()
      • getEncoded

        public final byte[] getEncoded()
      • equals

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object