Class DigestMethod
- java.lang.Object
-
- com.sun.xml.security.core.dsig.DigestMethodType
-
- 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
-
-
Constructor Summary
Constructors Constructor Description DigestMethod()Creates a new instance of DigestMethod
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlgorithmParameterSpecgetParameterSpec()booleanisFeatureSupported(String string)voidsetParameterSpec(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
-
-
-
-
Method Detail
-
setParameterSpec
public void setParameterSpec(AlgorithmParameterSpec algSpec)
-
getParameterSpec
public AlgorithmParameterSpec getParameterSpec()
- Specified by:
getParameterSpecin interfaceAlgorithmMethod- Specified by:
getParameterSpecin interfaceDigestMethod
-
isFeatureSupported
public boolean isFeatureSupported(String string)
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-
-