public interface VerifierSignedInfo
| Modifier and Type | Method and Description |
|---|---|
CanonicalizationAlgorithm |
getCanonicalizationAlgorithm()
Gets the canonicalization algorithm employed by this signed information.
|
java.lang.String |
getId()
Gets the Id attribute value of the SignedInfo element.
|
SignatureAlgorithm |
getSignatureAlgorithm()
Gets the signature algorithm employed by this signed information.
|
VerifierReference[] |
getVerifierReferences()
Gets an array containing all reference objects registered in the context of this signed information.
|
void |
setRawData(java.io.InputStream rawData)
Used in the signature verification use case to specify the raw data for a reference lacking its URI
attribute.
|
VerifierReference[] getVerifierReferences()
null if there are no references available.java.lang.String getId()
null if the Id attribute is not available.SignatureAlgorithm getSignatureAlgorithm()
null if it has not
been specified yet.CanonicalizationAlgorithm getCanonicalizationAlgorithm()
null if it
has not been specified yet.void setRawData(java.io.InputStream rawData)
rawData - The raw data byte stream to be set. May be null in order to reset a
previously set raw data.