javax.xml.crypto
Interface AlgorithmMethod
All known subinterfaces:
All known implementing classes:
- public interface AlgorithmMethod
Transform
.
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAlgorithm()
Returns the algorithm URI of this
AlgorithmMethod .
|
|
getParameterSpec()
Returns the algorithm parameters of this
AlgorithmMethod .
|
Method Detail
getAlgorithm
- java.lang.String getAlgorithm()
Returns:
the algorithm URI of this
AlgorithmMethod
getParameterSpec
- java.security.spec.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.
AlgorithmMethod
.