public class VerifyXMLSignatureRequestImpl extends Object implements VerifyXMLSignatureRequest
VerifyXMLSignatureRequest
.Constructor and Description |
---|
VerifyXMLSignatureRequestImpl() |
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.
|
void |
setDateTime(Date dateTime)
Sets the date and time for signature verification.
|
void |
setReturnHashInputData(boolean returnSignedData)
Sets whether to return hash input data.
|
void |
setSignatureInfo(VerifySignatureInfo signatureInfo)
Sets the signature to be verified.
|
void |
setSignatureManifestCheckParams(SignatureManifestCheckParams params)
Sets supplemental information about the singature.
|
void |
setSupplementProfiles(List supplementProfiles)
Sets supplemental information about the singature.
|
void |
setTrustProfileId(String trustProfileId)
Sets the profile ID of trusted certificates.
|
public void setDateTime(Date dateTime)
dateTime
- The date and time for signature verification.public Date getDateTime()
VerifyXMLSignatureRequest
getDateTime
in interface VerifyXMLSignatureRequest
public void setSignatureInfo(VerifySignatureInfo signatureInfo)
signatureInfo
- The signature to be verified.public VerifySignatureInfo getSignatureInfo()
VerifyXMLSignatureRequest
getSignatureInfo
in interface VerifyXMLSignatureRequest
public void setSupplementProfiles(List supplementProfiles)
supplementProfiles
- public List getSupplementProfiles()
VerifyXMLSignatureRequest
getSupplementProfiles
in interface VerifyXMLSignatureRequest
public void setSignatureManifestCheckParams(SignatureManifestCheckParams params)
params
- Supplemental information about the singature.public SignatureManifestCheckParams getSignatureManifestCheckParams()
VerifyXMLSignatureRequest
getSignatureManifestCheckParams
in interface VerifyXMLSignatureRequest
public void setReturnHashInputData(boolean returnSignedData)
returnSignedData
- Whether to return hash input data.public boolean getReturnHashInputData()
VerifyXMLSignatureRequest
getReturnHashInputData
in interface VerifyXMLSignatureRequest
true
, if signed data will be returned,
otherwise false
.public void setTrustProfileId(String trustProfileId)
trustProfileId
- The profile ID of trusted certificates.public String getTrustProfileId()
VerifyXMLSignatureRequest
getTrustProfileId
in interface VerifyXMLSignatureRequest
Copyright © 2016. All rights reserved.