Class IntegrityHmac.IntegrityHmacSHA512
java.lang.Object
org.apache.xml.security.algorithms.SignatureAlgorithmSpi
org.apache.xml.security.algorithms.implementations.IntegrityHmac
org.apache.xml.security.algorithms.implementations.IntegrityHmac.IntegrityHmacSHA512
- Enclosing class:
- IntegrityHmac
Class IntegrityHmacSHA512
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.xml.security.algorithms.implementations.IntegrityHmac
IntegrityHmac.IntegrityHmacMD5, IntegrityHmac.IntegrityHmacRIPEMD160, IntegrityHmac.IntegrityHmacSHA1, IntegrityHmac.IntegrityHmacSHA224, IntegrityHmac.IntegrityHmacSHA256, IntegrityHmac.IntegrityHmacSHA384, IntegrityHmac.IntegrityHmacSHA512
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod engineGetURI Method engineGetURI Returns the URI representation ofTransformation algorithm
(package private) int
Returns the output length of the hash/digest.Methods inherited from class org.apache.xml.security.algorithms.implementations.IntegrityHmac
engineAddContextToElement, engineGetContextFromElement, engineGetJCEAlgorithmString, engineGetJCEProviderName, engineInitSign, engineInitSign, engineInitSign, engineInitVerify, engineSetHMACOutputLength, engineSetParameter, engineSign, engineUpdate, engineUpdate, engineUpdate, engineVerify, reset
-
Constructor Details
-
IntegrityHmacSHA512
Constructor IntegrityHmacSHA512- Throws:
XMLSignatureException
-
-
Method Details
-
engineGetURI
Method engineGetURI Method engineGetURI Returns the URI representation ofTransformation algorithm
- Specified by:
engineGetURI
in classIntegrityHmac
- Returns:
- the URI representation of
Transformation algorithm
-
getDigestLength
int getDigestLength()Description copied from class:IntegrityHmac
Returns the output length of the hash/digest.- Specified by:
getDigestLength
in classIntegrityHmac
-