Class MACAlgorithm


  • public class MACAlgorithm
    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 _null
      Deprecated.
       
      static int hmac_md5
      Deprecated.
       
      static int hmac_sha1
      Deprecated.
       
      static int hmac_sha256
      Deprecated.
       
      static int hmac_sha384
      Deprecated.
       
      static int hmac_sha512
      Deprecated.
       
      static int md5
      Deprecated.
       
      static int sha
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      MACAlgorithm()
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

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