Uses of Interface
org.opensaml.xmlsec.algorithm.MACAlgorithm
-
Packages that use MACAlgorithm Package Description org.opensaml.xmlsec.algorithm.descriptors Algorithm descriptor classes. -
-
Uses of MACAlgorithm in org.opensaml.xmlsec.algorithm.descriptors
Classes in org.opensaml.xmlsec.algorithm.descriptors that implement MACAlgorithm Modifier and Type Class Description classHMACMD5Algorithm descriptor for MAC algorithm: HMAC MD5.classHMACRIPEMD160Algorithm descriptor for MAC algorithm: HMAC RIPEMD160.classHMACSHA1Algorithm descriptor for MAC algorithm: HMAC SHA-1.classHMACSHA224Algorithm descriptor for MAC algorithm: HMAC SHA-256.classHMACSHA256Algorithm descriptor for MAC algorithm: HMAC SHA-256.classHMACSHA384Algorithm descriptor for MAC algorithm: HMAC SHA-384.classHMACSHA512Algorithm descriptor for MAC algorithm: HMAC SHA-512.
-