com.sun.xml.ws.security.opt.crypto
Class AlgorithmMethod

java.lang.Object
  extended by 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
 
Method Summary
 String getAlgorithm()
           
 AlgorithmParameterSpec getParameterSpec()
           
 void setAlgorithm(String alg)
           
 void setParameterSpec(AlgorithmParameterSpec algSpec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlgorithmMethod

public AlgorithmMethod()
Creates a new instance of AlgorithmMethod

Method Detail

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.