Class SignatureValue
java.lang.Object
com.sun.xml.security.core.dsig.SignatureValueType
com.sun.xml.ws.security.opt.crypto.dsig.SignatureValue
- All Implemented Interfaces:
XMLSignature.SignatureValue,XMLStructure
- Author:
- Abhijit Das
-
Field Summary
Fields inherited from class com.sun.xml.security.core.dsig.SignatureValueType
id, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisFeatureSupported(String string) booleanvalidate(XMLValidateContext xMLValidateContext) Methods inherited from class com.sun.xml.security.core.dsig.SignatureValueType
getId, getValue, setId, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.xml.crypto.dsig.XMLSignature.SignatureValue
getId, getValue
-
Constructor Details
-
SignatureValue
public SignatureValue()Creates a new instance of SignatureValue
-
-
Method Details
-
validate
- Specified by:
validatein interfaceXMLSignature.SignatureValue- Throws:
XMLSignatureException
-
isFeatureSupported
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-