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
public static class SignatureDSA.SHA256 extends 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 Constructor Description SHA256()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
engineGetURI()
Method 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 Detail
-
SHA256
public SHA256() throws XMLSignatureException
- Throws:
XMLSignatureException
-
-
Method Detail
-
engineGetURI
public java.lang.String 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
-
-