com.sun.xml.ws.security.opt.crypto.dsig
Class Reference
java.lang.Object
com.sun.xml.security.core.dsig.ReferenceType
com.sun.xml.ws.security.opt.crypto.dsig.Reference
- All Implemented Interfaces:
- Reference, URIReference, XMLStructure
public class Reference
- extends ReferenceType
- implements Reference
- Author:
- Abhijit Das, K.Venugopal@sun.com
|
Constructor Summary |
Reference()
Creates a new instance of Reference |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Reference
public Reference()
- Creates a new instance of Reference
getCalculatedDigestValue
public byte[] getCalculatedDigestValue()
- Specified by:
getCalculatedDigestValue in interface Reference
validate
public boolean validate(XMLValidateContext xMLValidateContext)
throws XMLSignatureException
- Specified by:
validate in interface Reference
- Throws:
XMLSignatureException
digest
public void digest(XMLCryptoContext signContext)
throws XMLSignatureException
- Throws:
XMLSignatureException
getDigestOutputStream
public DigesterOutputStream getDigestOutputStream()
throws XMLSignatureException
- Throws:
XMLSignatureException
getDereferencedData
public Data getDereferencedData()
- Specified by:
getDereferencedData in interface Reference
getDigestInputStream
public InputStream getDigestInputStream()
- Specified by:
getDigestInputStream in interface Reference
isFeatureSupported
public boolean isFeatureSupported(String string)
- Specified by:
isFeatureSupported in interface XMLStructure
getDigestMethod
public DigestMethod getDigestMethod()
- Description copied from class:
ReferenceType
- Gets the value of the digestMethod property.
- Specified by:
getDigestMethod in interface Reference- Overrides:
getDigestMethod in class ReferenceType
- Returns:
- possible object is
DigestMethodType
getTransforms
public List getTransforms()
- Specified by:
getTransforms in interface Reference
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.