Enum AuthenticationModuleSaml2SigningAlgorithmType

  • All Implemented Interfaces:
    Serializable, Comparable<AuthenticationModuleSaml2SigningAlgorithmType>

    public enum AuthenticationModuleSaml2SigningAlgorithmType
    extends Enum<AuthenticationModuleSaml2SigningAlgorithmType>

    Java class for AuthenticationModuleSaml2SigningAlgorithmType.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="AuthenticationModuleSaml2SigningAlgorithmType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
         <enumeration value="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/>
         <enumeration value="http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"/>
         <enumeration value="http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160"/>
       </restriction>
     </simpleType>