Class NetConstants


  • public class NetConstants
    extends java.lang.Object
    Constants provided as public only for our own implementation, you can consider this private for now.
    Since:
    3.8.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte[] EMPTY_BTYE_ARRAY
      An empty immutable byte array.
      static java.lang.String[] EMPTY_STRING_ARRAY
      An empty immutable String array.
      static java.security.cert.X509Certificate[] EMPTY_X509_CERTIFICATE_ARRAY
      An empty immutable {link X509Certificate} array.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NetConstants()
      Prevents instantiation.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • EMPTY_STRING_ARRAY

        public static final java.lang.String[] EMPTY_STRING_ARRAY
        An empty immutable String array.
      • EMPTY_BTYE_ARRAY

        public static final byte[] EMPTY_BTYE_ARRAY
        An empty immutable byte array.
      • EMPTY_X509_CERTIFICATE_ARRAY

        public static final java.security.cert.X509Certificate[] EMPTY_X509_CERTIFICATE_ARRAY
        An empty immutable {link X509Certificate} array.
    • Constructor Detail

      • NetConstants

        private NetConstants()
        Prevents instantiation.