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
public class SignatureValue extends SignatureValueType implements XMLSignature.SignatureValue
- Author:
- Abhijit Das
-
-
Field Summary
-
Fields inherited from class com.sun.xml.security.core.dsig.SignatureValueType
id, value
-
-
Constructor Summary
Constructors Constructor Description SignatureValue()Creates a new instance of SignatureValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFeatureSupported(String string)booleanvalidate(XMLValidateContext xMLValidateContext)-
Methods inherited from class com.sun.xml.security.core.dsig.SignatureValueType
getId, getValue, setId, setValue
-
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.dsig.XMLSignature.SignatureValue
getId, getValue
-
-
-
-
Method Detail
-
validate
public boolean validate(XMLValidateContext xMLValidateContext) throws XMLSignatureException
- Specified by:
validatein interfaceXMLSignature.SignatureValue- Throws:
XMLSignatureException
-
isFeatureSupported
public boolean isFeatureSupported(String string)
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-
-