Java javax.xml.crypto.dsig Reference fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.crypto.dsig Reference fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.crypto.dsig Reference.

The text is from its open source code.

Implementation

javax.xml.crypto.dsig.Reference has the following implementations.
Click this link to see all its implementation.

Method

byte[]getCalculatedDigestValue()
Returns the calculated digest value of this Reference after a validation operation.
DatagetDereferencedData()
Returns the dereferenced data, if reference caching is enabled.
InputStreamgetDigestInputStream()
Returns the pre-digested input stream, if reference caching is enabled.
DigestMethodgetDigestMethod()
Returns the digest method of this Reference.
byte[]getDigestValue()
Returns the digest value of this Reference.
StringgetId()
Returns the optional Id attribute of this Reference, which permits this reference to be referenced from elsewhere.
ListgetTransforms()
Returns an java.util.Collections#unmodifiableList unmodifiable list of Transform s that are contained in this Reference.
StringgetType()
Returns the type of data referenced by this URI.
StringgetURI()
Returns the URI of the referenced data object.
booleanvalidate(XMLValidateContext validateContext)
Validates this reference.