Class ChangeCipherSpec


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

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

      Constructors 
      Constructor Description
      ChangeCipherSpec()
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • change_cipher_spec

        public static final short change_cipher_spec
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ChangeCipherSpec

        public ChangeCipherSpec()
        Deprecated.