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
- Author:
- Abhijit Das
-
Field Summary
Fields inherited from class com.sun.xml.security.core.dsig.DigestMethodType
algorithm, content -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisFeatureSupported(String string) voidsetParameterSpec(AlgorithmParameterSpec algSpec) Methods inherited from class com.sun.xml.security.core.dsig.DigestMethodType
getAlgorithm, getContent, setAlgorithmMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.xml.crypto.AlgorithmMethod
getAlgorithm
-
Constructor Details
-
DigestMethod
public DigestMethod()Creates a new instance of DigestMethod
-
-
Method Details
-
setParameterSpec
-
getParameterSpec
- Specified by:
getParameterSpecin interfaceAlgorithmMethod- Specified by:
getParameterSpecin interfaceDigestMethod
-
isFeatureSupported
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-