Class Algorithm

java.lang.Object
org.apache.xml.security.utils.ElementProxy
org.apache.xml.security.algorithms.Algorithm
Direct Known Subclasses:
MessageDigestAlgorithm, SignatureAlgorithm

public abstract class Algorithm extends ElementProxy
The Algorithm class which stores the Algorithm URI as a string.
  • Constructor Details

  • Method Details

    • getAlgorithmURI

      public String getAlgorithmURI()
      Method getAlgorithmURI
      Returns:
      The URI of the alogrithm
    • setAlgorithmURI

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