com.sun.xml.ws.security.opt.crypto.dsig
Class SignatureValue

java.lang.Object
  extended by com.sun.xml.security.core.dsig.SignatureValueType
      extended by 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
SignatureValue()
          Creates a new instance of SignatureValue
 
Method Summary
 boolean isFeatureSupported(String string)
           
 boolean validate(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
 

Constructor Detail

SignatureValue

public SignatureValue()
Creates a new instance of SignatureValue

Method Detail

validate

public boolean validate(XMLValidateContext xMLValidateContext)
                 throws XMLSignatureException
Specified by:
validate in interface XMLSignature.SignatureValue
Throws:
XMLSignatureException

isFeatureSupported

public boolean isFeatureSupported(String string)
Specified by:
isFeatureSupported in interface XMLStructure


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.