Class MACAlgorithm


  • public class MACAlgorithm
    extends java.lang.Object
    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).

    • Constructor Summary

      Constructors 
      Constructor Description
      MACAlgorithm()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getName​(int macAlgorithm)  
      static java.lang.String getText​(int macAlgorithm)  
      static boolean isHMAC​(int macAlgorithm)  
      • Methods inherited from class java.lang.Object

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