Class Algorithm

    • Constructor Detail

      • Algorithm

        public Algorithm​(org.w3c.dom.Document doc,
                         java.lang.String algorithmURI)
        Parameters:
        doc -
        algorithmURI - is the URI of the algorithm as String
      • Algorithm

        public Algorithm​(org.w3c.dom.Element element,
                         java.lang.String baseURI)
                  throws XMLSecurityException
        Constructor Algorithm
        Parameters:
        element -
        baseURI -
        Throws:
        XMLSecurityException
    • Method Detail

      • getAlgorithmURI

        public java.lang.String getAlgorithmURI()
        Method getAlgorithmURI
        Returns:
        The URI of the algorithm
      • setAlgorithmURI

        protected void setAlgorithmURI​(java.lang.String algorithmURI)
        Sets the algorithm's URI as used in the signature.
        Parameters:
        algorithmURI - is the URI of the algorithm as String