com.sun.xml.ws.security.opt.crypto.dsig
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 |
DigestMethod()
Creates a new instance of DigestMethod |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DigestMethod
public DigestMethod()
- Creates a new instance of DigestMethod
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.