java.lang.Object | ||
↳ | xades4j.properties.DataObjectDesc | |
↳ | xades4j.production.DataObjectReference |
A reference to a signed data object. Each instance of this class will result
in a ds:Reference
element in the signature.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new data object reference.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Defines the
type of the reference. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a new data object reference. Additional information is added through
the different methods in DataObjectDesc
.
uri | the URI that identifies the target data object |
---|
NullPointerException | if uri is null |
---|---|
IllegalArgumentException | if uri is not RFC 2396 compliant
|
Defines the type
of the reference.
"The optional Type attribute contains information about the type of object
being signed after all ds:Reference
transforms have been applied.
This is represented as a URI."
"The Type attribute applies to the item being pointed at, not its contents."
type | the referece's type |
---|