Interface RSAPSSSignatureAlgorithm

    • Method Detail

      • getParameterSpec

        PSSParameterSpec getParameterSpec()
        Gets the parameter spec for the RSA-PSS algorithm.
        Returns:
        the PSSParameterSpec
      • getMGFUri

        default String getMGFUri()
        Gets the Mask Generation Function (MGF) URI. Defaults to http://www.w3.org/2007/05/xmldsig-more#MGF1.
        Returns:
        the MGF URI
      • getMGFDigestAlgorithm

        default MessageDigestAlgorithm getMGFDigestAlgorithm()
        Gets the digest algorithm for the Mask Generation Function (MGF). Defaults to the same digest algorithm as the signature algorithm.
        Returns:
        the MGF digest algorithm