Class BulkCipherAlgorithm


  • public class BulkCipherAlgorithm
    extends java.lang.Object
    Deprecated.
    Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
    RFC 2246

    Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the particular values (e.g. serialization).

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int _3des
      Deprecated.
       
      static int _null
      Deprecated.
       
      static int aes
      Deprecated.
       
      static int des
      Deprecated.
       
      static int des40
      Deprecated.
       
      static int idea
      Deprecated.
       
      static int rc2
      Deprecated.
       
      static int rc4
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait