Module org.apache.santuario.xmlsec
Class SignatureBaseRSA.SignatureRSASHA3_384MGF1
- java.lang.Object
-
- org.apache.xml.security.algorithms.SignatureAlgorithmSpi
-
- org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
-
- org.apache.xml.security.algorithms.implementations.SignatureBaseRSA.SignatureBaseRSAPSS
-
- org.apache.xml.security.algorithms.implementations.SignatureBaseRSA.SignatureRSASHA3_384MGF1
-
- Enclosing class:
- SignatureBaseRSA
public static class SignatureBaseRSA.SignatureRSASHA3_384MGF1 extends SignatureBaseRSA.SignatureBaseRSAPSS
Class SignatureRSA3_SHA384MGF1
-
-
Nested Class Summary
-
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 SignatureRSASHA3_384MGF1()Constructor SignatureRSASHA3_384MGF1SignatureRSASHA3_384MGF1(Provider provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringengineGetURI()Returns the URI representation ofTransformation algorithmPSSParameterSpecgetPSSParameterSpec()-
Methods inherited from class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
engineGetJCEAlgorithmString, engineGetJCEProviderName, engineInitSign, engineInitSign, engineInitSign, engineInitVerify, engineSetHMACOutputLength, engineSetParameter, engineSign, engineUpdate, engineUpdate, engineUpdate, engineVerify
-
Methods inherited from class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
engineAddContextToElement, engineGetContextFromElement, engineInitSign, engineInitVerify
-
-
-
-
Constructor Detail
-
SignatureRSASHA3_384MGF1
public SignatureRSASHA3_384MGF1() throws XMLSignatureExceptionConstructor SignatureRSASHA3_384MGF1- Throws:
XMLSignatureException
-
SignatureRSASHA3_384MGF1
public SignatureRSASHA3_384MGF1(Provider provider) throws XMLSignatureException
- Throws:
XMLSignatureException
-
-
Method Detail
-
engineGetURI
public String engineGetURI()
Returns the URI representation ofTransformation algorithm- Specified by:
engineGetURIin classSignatureAlgorithmSpi- Returns:
- the URI representation of
Transformation algorithm
-
getPSSParameterSpec
public PSSParameterSpec getPSSParameterSpec()
-
-