com.sun.xml.ws.security.opt.crypto.dsig
Class SignatureMethod

java.lang.Object
  extended by com.sun.xml.security.core.dsig.SignatureMethodType
      extended by com.sun.xml.ws.security.opt.crypto.dsig.SignatureMethod
All Implemented Interfaces:
AlgorithmMethod, SignatureMethod, XMLStructure

public class SignatureMethod
extends SignatureMethodType
implements SignatureMethod

Author:
Abhijit Das

Field Summary
 
Fields inherited from class com.sun.xml.security.core.dsig.SignatureMethodType
algorithm, content
 
Fields inherited from interface javax.xml.crypto.dsig.SignatureMethod
DSA_SHA1, HMAC_SHA1, RSA_SHA1
 
Constructor Summary
SignatureMethod()
          Creates a new instance of SignatureMethod
 
Method Summary
 AlgorithmParameterSpec getParameterSpec()
           
 boolean isFeatureSupported(String string)
           
 void setParameter(AlgorithmParameterSpec algSpec)
           
 
Methods inherited from class com.sun.xml.security.core.dsig.SignatureMethodType
getAlgorithm, getContent, setAlgorithm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.crypto.AlgorithmMethod
getAlgorithm
 

Constructor Detail

SignatureMethod

public SignatureMethod()
Creates a new instance of SignatureMethod

Method Detail

getParameterSpec

public AlgorithmParameterSpec getParameterSpec()
Specified by:
getParameterSpec in interface AlgorithmMethod
Specified by:
getParameterSpec in interface SignatureMethod

setParameter

public void setParameter(AlgorithmParameterSpec algSpec)

isFeatureSupported

public boolean isFeatureSupported(String string)
Specified by:
isFeatureSupported in interface XMLStructure


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