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

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

public class DigestMethod
extends DigestMethodType
implements DigestMethod

Author:
Abhijit Das

Field Summary
 
Fields inherited from class com.sun.xml.security.core.dsig.DigestMethodType
algorithm, content
 
Fields inherited from interface javax.xml.crypto.dsig.DigestMethod
RIPEMD160, SHA1, SHA256, SHA512
 
Constructor Summary
DigestMethod()
          Creates a new instance of DigestMethod
 
Method Summary
 AlgorithmParameterSpec getParameterSpec()
           
 boolean isFeatureSupported(String string)
           
 void setParameterSpec(AlgorithmParameterSpec algSpec)
           
 
Methods inherited from class com.sun.xml.security.core.dsig.DigestMethodType
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

DigestMethod

public DigestMethod()
Creates a new instance of DigestMethod

Method Detail

setParameterSpec

public void setParameterSpec(AlgorithmParameterSpec algSpec)

getParameterSpec

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

isFeatureSupported

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


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