Class Algorithm

Direct Known Subclasses:
MessageDigestAlgorithm, SignatureAlgorithm

public abstract class Algorithm extends SignatureElementProxy
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 algorithm
    • 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