| java.lang.Object | |
| ↳ | com.pspdfkit.signatures.DigitalSignatureInfo.Reference |
Signature reference dictionary. This dictionary contains the object digest result, including information about how it was computed.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getDataName()
Name of the object used while computing the object digest.
| ||||||||||
| Range |
getDigestLocation()
The location of the digest value in the PDF file in bytes, or
null. | ||||||||||
| String |
getDigestMethod()
The algorithm used for computing the digest.
| ||||||||||
| String |
getDigestValue()
The result of the digest operation (if required by the transformation) or
null. | ||||||||||
| DigitalSignatureInfo.ReferenceTransformMethod |
getTransformMethod()
Returns the transformation method that was used to generate the digest.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The location of the digest value in the PDF file in bytes, or null. This value is present when it is
required by the transformation method.
null.
The algorithm used for computing the digest. Valid values are "MD5" and "SHA1". May be
null.
"MD5", "SHA1", or null.
The result of the digest operation (if required by the transformation) or null.
null if not needed by the used transformation method.
Returns the transformation method that was used to generate the digest.
DigitalSignatureInfo.ReferenceTransformMethod that defines how the stored digest was computed.