public class AlgorithmMethod extends Object implements AlgorithmMethod
| Constructor and Description |
|---|
AlgorithmMethod()
Creates a new instance of AlgorithmMethod
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
AlgorithmParameterSpec |
getParameterSpec() |
void |
setAlgorithm(String alg) |
void |
setParameterSpec(AlgorithmParameterSpec algSpec) |
public AlgorithmMethod()
public void setAlgorithm(String alg)
public String getAlgorithm()
getAlgorithm in interface AlgorithmMethodpublic void setParameterSpec(AlgorithmParameterSpec algSpec)
public AlgorithmParameterSpec getParameterSpec()
getParameterSpec in interface AlgorithmMethodCopyright © 2005–2018 Oracle Corporation. All rights reserved.