Module org.apache.santuario.xmlsec
Class SignatureBaseRSA.SignatureRSASSAPSS
java.lang.Object
org.apache.xml.security.algorithms.SignatureAlgorithmSpi
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA.SignatureRSASSAPSS
- Enclosing class:
SignatureBaseRSA
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
SignatureBaseRSA.SignatureBaseRSAPSS, SignatureBaseRSA.SignatureRSAMD5, SignatureBaseRSA.SignatureRSARIPEMD160, SignatureBaseRSA.SignatureRSASHA1, SignatureBaseRSA.SignatureRSASHA1MGF1, SignatureBaseRSA.SignatureRSASHA224, SignatureBaseRSA.SignatureRSASHA224MGF1, SignatureBaseRSA.SignatureRSASHA256, SignatureBaseRSA.SignatureRSASHA256MGF1, SignatureBaseRSA.SignatureRSASHA3_224MGF1, SignatureBaseRSA.SignatureRSASHA3_256MGF1, SignatureBaseRSA.SignatureRSASHA3_384MGF1, SignatureBaseRSA.SignatureRSASHA3_512MGF1, SignatureBaseRSA.SignatureRSASHA384, SignatureBaseRSA.SignatureRSASHA384MGF1, SignatureBaseRSA.SignatureRSASHA512, SignatureBaseRSA.SignatureRSASHA512MGF1, SignatureBaseRSA.SignatureRSASSAPSS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidengineAddContextToElement(Element element) protected voidengineGetContextFromElement(Element element) Method engineGetContextFromElementReturns the URI representation ofTransformation algorithmprotected voidProxy method forSignature.setParameter(java.security.spec.AlgorithmParameterSpec)which is executed on the internalSignatureobject.Methods inherited from class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
engineGetJCEAlgorithmString, engineGetJCEProviderName, engineInitSign, engineInitSign, engineInitSign, engineInitVerify, engineSetHMACOutputLength, engineSign, engineUpdate, engineUpdate, engineUpdate, engineVerifyMethods inherited from class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
engineInitSign, engineInitVerify
-
Constructor Details
-
SignatureRSASSAPSS
- Throws:
XMLSignatureException
-
SignatureRSASSAPSS
- Throws:
XMLSignatureException
-
-
Method Details
-
engineGetURI
Description copied from class:SignatureAlgorithmSpiReturns the URI representation ofTransformation algorithm- Specified by:
engineGetURIin classSignatureAlgorithmSpi- Returns:
- the URI representation of
Transformation algorithm
-
engineAddContextToElement
- Overrides:
engineAddContextToElementin classSignatureAlgorithmSpi- Throws:
XMLSignatureException
-
engineGetContextFromElement
Description copied from class:SignatureAlgorithmSpiMethod engineGetContextFromElement- Overrides:
engineGetContextFromElementin classSignatureAlgorithmSpi- Parameters:
element-- Throws:
XMLSignatureException
-
engineSetParameter
Description copied from class:SignatureBaseRSAProxy method forSignature.setParameter(java.security.spec.AlgorithmParameterSpec)which is executed on the internalSignatureobject.- Overrides:
engineSetParameterin classSignatureBaseRSA- Parameters:
params-- Throws:
XMLSignatureException
-