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
public static class SignatureBaseRSA.SignatureRSASSAPSS extends SignatureBaseRSA
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSignatureBaseRSA.SignatureRSASSAPSS.DigestAlgorithm-
Nested 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 Constructor Description SignatureRSASSAPSS()SignatureRSASSAPSS(Provider provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidengineAddContextToElement(Element element)protected voidengineGetContextFromElement(Element element)Method engineGetContextFromElementStringengineGetURI()Returns the URI representation ofTransformation algorithmprotected voidengineSetParameter(AlgorithmParameterSpec params)Proxy 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, engineVerify
-
Methods inherited from class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
engineInitSign, engineInitVerify
-
-
-
-
Constructor Detail
-
SignatureRSASSAPSS
public SignatureRSASSAPSS() throws XMLSignatureException- Throws:
XMLSignatureException
-
SignatureRSASSAPSS
public SignatureRSASSAPSS(Provider provider) throws XMLSignatureException
- Throws:
XMLSignatureException
-
-
Method Detail
-
engineGetURI
public String engineGetURI()
Description copied from class:SignatureAlgorithmSpiReturns the URI representation ofTransformation algorithm- Specified by:
engineGetURIin classSignatureAlgorithmSpi- Returns:
- the URI representation of
Transformation algorithm
-
engineAddContextToElement
protected void engineAddContextToElement(Element element) throws XMLSignatureException
- Overrides:
engineAddContextToElementin classSignatureAlgorithmSpi- Throws:
XMLSignatureException
-
engineGetContextFromElement
protected void engineGetContextFromElement(Element element) throws XMLSignatureException
Description copied from class:SignatureAlgorithmSpiMethod engineGetContextFromElement- Overrides:
engineGetContextFromElementin classSignatureAlgorithmSpi- Throws:
XMLSignatureException
-
engineSetParameter
protected void engineSetParameter(AlgorithmParameterSpec params) throws XMLSignatureException
Description copied from class:SignatureBaseRSAProxy method forSignature.setParameter( java.security.spec.AlgorithmParameterSpec)which is executed on the internalSignatureobject.- Overrides:
engineSetParameterin classSignatureBaseRSA- Throws:
XMLSignatureException
-
-