Enum Saml2SigningAlgorithmAuthenticationModuleType

  • All Implemented Interfaces:
    Serializable, Comparable<Saml2SigningAlgorithmAuthenticationModuleType>

    public enum Saml2SigningAlgorithmAuthenticationModuleType
    extends Enum<Saml2SigningAlgorithmAuthenticationModuleType>

    Java class for Saml2SigningAlgorithmAuthenticationModuleType.

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

     <simpleType name="Saml2SigningAlgorithmAuthenticationModuleType">
       <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>