Class IntegrityHmac.IntegrityHmacRIPEMD160
- java.lang.Object
-
- org.apache.xml.security.algorithms.SignatureAlgorithmSpi
-
- org.apache.xml.security.algorithms.implementations.IntegrityHmac
-
- org.apache.xml.security.algorithms.implementations.IntegrityHmac.IntegrityHmacRIPEMD160
-
- Enclosing class:
- IntegrityHmac
public static class IntegrityHmac.IntegrityHmacRIPEMD160 extends IntegrityHmac
Class IntegrityHmacRIPEMD160
-
-
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 Constructor Description IntegrityHmacRIPEMD160()Constructor IntegrityHmacRIPEMD160
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringengineGetURI()Method engineGetURI Method engineGetURI Returns the URI representation ofTransformation algorithm(package private) intgetDigestLength()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 Detail
-
IntegrityHmacRIPEMD160
public IntegrityHmacRIPEMD160() throws XMLSignatureExceptionConstructor IntegrityHmacRIPEMD160- Throws:
XMLSignatureException
-
-
Method Detail
-
engineGetURI
public java.lang.String engineGetURI()
Method engineGetURI Method engineGetURI Returns the URI representation ofTransformation algorithm- Specified by:
engineGetURIin classIntegrityHmac- Returns:
- the URI representation of
Transformation algorithm
-
getDigestLength
int getDigestLength()
Description copied from class:IntegrityHmacReturns the output length of the hash/digest.- Specified by:
getDigestLengthin classIntegrityHmac
-
-