public interface

AlgorithmMethod

javax.xml.crypto.AlgorithmMethod
Known Indirect Subclasses

Class Overview

An abstract representation of an algorithm defined in the XML Security specifications. Subclasses represent specific types of XML security algorithms, such as a Transform.

Summary

Public Methods
abstract String getAlgorithm()
Returns the algorithm URI of this AlgorithmMethod.
abstract AlgorithmParameterSpec getParameterSpec()
Returns the algorithm parameters of this AlgorithmMethod.

Public Methods

public abstract String getAlgorithm ()

Returns the algorithm URI of this AlgorithmMethod.

Returns
  • the algorithm URI of this AlgorithmMethod

public abstract AlgorithmParameterSpec getParameterSpec ()

Returns the algorithm parameters of this AlgorithmMethod.

Returns
  • the algorithm parameters of this AlgorithmMethod. Returns null if this AlgorithmMethod does not require parameters and they are not specified.