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