Enum Saml2SigningAlgorithmAuthenticationModuleType

  • All Implemented Interfaces:
    Serializable, Comparable<Saml2SigningAlgorithmAuthenticationModuleType>

    public enum Saml2SigningAlgorithmAuthenticationModuleType
    extends Enum<Saml2SigningAlgorithmAuthenticationModuleType>
    <p>Java class for Saml2SigningAlgorithmAuthenticationModuleType. <p>The following schema fragment specifies the expected content contained within this class. <p> <pre> &lt;simpleType name="Saml2SigningAlgorithmAuthenticationModuleType"&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; &lt;enumeration value="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/&gt; &lt;enumeration value="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/&gt; &lt;enumeration value="http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"/&gt; &lt;enumeration value="http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; </pre>