public interface VerifyXMLSignatureResponse
Modifier and Type | Method and Description |
---|---|
CheckResult |
getCertificateCheck()
Gets the result of the certification verification.
|
List |
getHashInputDatas()
Gets datas signed by the signatory.
|
List |
getReferenceInputDatas()
Gets source datas elements.
|
ReferencesCheckResult |
getSignatureCheck()
Gets the result of the signature verification.
|
ReferencesCheckResult |
getSignatureManifestCheck()
Gets the result of the signature manifest verification.
|
SignerInfo |
getSignerInfo()
Gets a
SignerInfo element according to XMLDSig. |
List |
getXMLDsigManifestChecks()
Gets XMLDSigManifestCheck elements.
|
SignerInfo getSignerInfo()
SignerInfo
element according to XMLDSig.SignerInfo
element according to XMLDSig.List getHashInputDatas()
List getReferenceInputDatas()
ReferencesCheckResult getSignatureCheck()
ReferencesCheckResult getSignatureManifestCheck()
List getXMLDsigManifestChecks()
CheckResult getCertificateCheck()
Copyright © 2016. All rights reserved.