Class AlgorithmMethod
java.lang.Object
com.sun.xml.ws.security.opt.crypto.AlgorithmMethod
- All Implemented Interfaces:
AlgorithmMethod
- Author:
- Abhijit Das
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAlgorithm(String alg) voidsetParameterSpec(AlgorithmParameterSpec algSpec)
-
Constructor Details
-
AlgorithmMethod
public AlgorithmMethod()Creates a new instance of AlgorithmMethod
-
-
Method Details
-
setAlgorithm
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceAlgorithmMethod
-
setParameterSpec
-
getParameterSpec
- Specified by:
getParameterSpecin interfaceAlgorithmMethod
-