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:
javax.xml.crypto.AlgorithmMethod

public class AlgorithmMethod
extends java.lang.Object
implements javax.xml.crypto.AlgorithmMethod

Author:
Abhijit Das

Constructor Summary
AlgorithmMethod()
          Creates a new instance of AlgorithmMethod
 
Method Summary
 java.lang.String getAlgorithm()
           
 java.security.spec.AlgorithmParameterSpec getParameterSpec()
           
 void setAlgorithm(java.lang.String alg)
           
 void setParameterSpec(java.security.spec.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(java.lang.String alg)

getAlgorithm

public java.lang.String getAlgorithm()
Specified by:
getAlgorithm in interface javax.xml.crypto.AlgorithmMethod

setParameterSpec

public void setParameterSpec(java.security.spec.AlgorithmParameterSpec algSpec)

getParameterSpec

public java.security.spec.AlgorithmParameterSpec getParameterSpec()
Specified by:
getParameterSpec in interface javax.xml.crypto.AlgorithmMethod


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.