Class AlertLevel


  • public class AlertLevel
    extends java.lang.Object
    Deprecated.
    Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
    RFC 5246 7.2
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static short fatal
      Deprecated.
       
      static short warning
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      AlertLevel()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.lang.String getName​(short alertDescription)
      Deprecated.
       
      static java.lang.String getText​(short alertDescription)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • AlertLevel

        public AlertLevel()
        Deprecated.
    • Method Detail

      • getName

        public static java.lang.String getName​(short alertDescription)
        Deprecated.
      • getText

        public static java.lang.String getText​(short alertDescription)
        Deprecated.