public interface VerifyXMLSignatureRequest
Modifier and Type | Method and Description |
---|---|
Date |
getDateTime()
Gets the date and time for which the signature verification has to
be performed.
|
boolean |
getReturnHashInputData()
Checks, whether actually signed data shall be returned.
|
VerifySignatureInfo |
getSignatureInfo()
Gets the signature to be verified.
|
SignatureManifestCheckParams |
getSignatureManifestCheckParams()
Gets parameters for Security Layer signature verification.
|
List |
getSupplementProfiles()
Gets the supplemental information.
|
String |
getTrustProfileId()
Gets the profile id of the set of trusted certificates to be used for
signature verification.
|
Date getDateTime()
VerifySignatureInfo getSignatureInfo()
List getSupplementProfiles()
SignatureManifestCheckParams getSignatureManifestCheckParams()
boolean getReturnHashInputData()
true
, if signed data will be returned,
otherwise false
.String getTrustProfileId()
Copyright © 2016. All rights reserved.