Java org.apache.commons.codec.digest HmacAlgorithms fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.codec.digest HmacAlgorithms fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.codec.digest HmacAlgorithms.

The text is from its open source code.

Field

HmacAlgorithmsHMAC_SHA_1
The HmacSHA1 Message Authentication Code (MAC) algorithm specified in RFC 2104 and FIPS PUB 180-2.
HmacAlgorithmsHMAC_SHA_256
The HmacSHA256 Message Authentication Code (MAC) algorithm specified in RFC 2104 and FIPS PUB 180-2.