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
-
-
Field Summary
-
Fields inherited from class com.sun.xml.security.core.dsig.SignatureMethodType
algorithm, content
-
Fields inherited from interface javax.xml.crypto.dsig.SignatureMethod
DSA_SHA1, DSA_SHA256, ECDSA_SHA1, ECDSA_SHA224, ECDSA_SHA256, ECDSA_SHA384, ECDSA_SHA512, HMAC_SHA1, HMAC_SHA224, HMAC_SHA256, HMAC_SHA384, HMAC_SHA512, RSA_SHA1, RSA_SHA224, RSA_SHA256, RSA_SHA384, RSA_SHA512, SHA1_RSA_MGF1, SHA224_RSA_MGF1, SHA256_RSA_MGF1, SHA384_RSA_MGF1, SHA512_RSA_MGF1
-
-
Constructor Summary
Constructors Constructor Description SignatureMethod()Creates a new instance of SignatureMethod
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlgorithmParameterSpecgetParameterSpec()booleanisFeatureSupported(String string)voidsetParameter(AlgorithmParameterSpec algSpec)-
Methods inherited from class com.sun.xml.security.core.dsig.SignatureMethodType
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
-
getParameterSpec
public AlgorithmParameterSpec getParameterSpec()
- Specified by:
getParameterSpecin interfaceAlgorithmMethod- Specified by:
getParameterSpecin interfaceSignatureMethod
-
setParameter
public void setParameter(AlgorithmParameterSpec algSpec)
-
isFeatureSupported
public boolean isFeatureSupported(String string)
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-
-