public interface VerifyCMSSignatureRequest
Modifier and Type | Field and Description |
---|---|
static int[] |
ALL_SIGNATORIES
Indicates, that signature checks for all signatories must be returned.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
getCMSSignature()
Gets the binary CMS signature.
|
CMSDataObject |
getDataObject()
Gets the data object necessary for the verification.
|
Date |
getDateTime()
Gets the date and time for which the signature verification has to
be performed.
|
int[] |
getSignatories()
Gets the positions of signatories whose signature must be verified.
|
String |
getTrustProfileId()
Gets the profile ID of trusted certificates to be used for signature
verification.
|
static final int[] ALL_SIGNATORIES
int[] getSignatories()
Date getDateTime()
InputStream getCMSSignature()
InputStream
from which the binary CMS signature
can be read.CMSDataObject getDataObject()
String getTrustProfileId()
Copyright © 2016. All rights reserved.