Class SignatureDSA.SHA256
java.lang.Object
org.apache.xml.security.algorithms.SignatureAlgorithmSpi
org.apache.xml.security.algorithms.implementations.SignatureDSA
org.apache.xml.security.algorithms.implementations.SignatureDSA.SHA256
- Enclosing class:
SignatureDSA
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.xml.security.algorithms.implementations.SignatureDSA
SignatureDSA.SHA256
-
Field Summary
Fields inherited from class org.apache.xml.security.algorithms.implementations.SignatureDSA
URI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod engineGetURI Method engineGetURI Returns the URI representation ofTransformation algorithm
Methods inherited from class org.apache.xml.security.algorithms.implementations.SignatureDSA
engineGetJCEAlgorithmString, engineGetJCEProviderName, engineInitSign, engineInitSign, engineInitSign, engineInitVerify, engineSetHMACOutputLength, engineSetParameter, engineSign, engineUpdate, engineUpdate, engineUpdate, engineVerify
Methods inherited from class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
engineGetContextFromElement, reset
-
Constructor Details
-
SHA256
- Throws:
XMLSignatureException
-
-
Method Details
-
engineGetURI
Description copied from class:SignatureDSA
Method engineGetURI Returns the URI representation ofTransformation algorithm
- Overrides:
engineGetURI
in classSignatureDSA
- Returns:
- the URI representation of
Transformation algorithm
-