FileDocCategorySizeDatePackage
AlgorithmMethod.javaAPI DocJava SE 6 API1110Tue Jun 10 00:27:06 BST 2008javax.xml.crypto

AlgorithmMethod

public interface AlgorithmMethod
An abstract representation of an algorithm defined in the XML Security specifications. Subclasses represent specific types of XML security algorithms, such as a {@link javax.xml.crypto.dsig.Transform}.
author
Sean Mullan
author
JSR 105 Expert Group
since
1.6

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetAlgorithm()
Returns the algorithm URI of this AlgorithmMethod.

return
the algorithm URI of this AlgorithmMethod

public java.security.spec.AlgorithmParameterSpecgetParameterSpec()
Returns the algorithm parameters of this AlgorithmMethod.

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