com.sun.xml.ws.security.opt.crypto
Class AlgorithmMethod
java.lang.Object
com.sun.xml.ws.security.opt.crypto.AlgorithmMethod
- All Implemented Interfaces:
- AlgorithmMethod
public class AlgorithmMethod
- extends Object
- implements AlgorithmMethod
- Author:
- Abhijit Das
|
Constructor Summary |
AlgorithmMethod()
Creates a new instance of AlgorithmMethod |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlgorithmMethod
public AlgorithmMethod()
- Creates a new instance of AlgorithmMethod
setAlgorithm
public void setAlgorithm(String alg)
getAlgorithm
public String getAlgorithm()
- Specified by:
getAlgorithm in interface AlgorithmMethod
setParameterSpec
public void setParameterSpec(AlgorithmParameterSpec algSpec)
getParameterSpec
public AlgorithmParameterSpec getParameterSpec()
- Specified by:
getParameterSpec in interface AlgorithmMethod
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.