Package | Description |
---|---|
com.guardtime.ksi.unisignature.verifier |
Classes and interfaces to verify KSI signatures
|
Modifier and Type | Method and Description |
---|---|
VerificationContextBuilder |
VerificationContextBuilder.setDocumentHash(DataHash documentHash)
Used to set the hash of the original document.
|
VerificationContextBuilder |
VerificationContextBuilder.setDocumentHash(DataHash documentHash,
Long level)
Used to set the hash and local aggregation tree height.
|
VerificationContextBuilder |
VerificationContextBuilder.setExtenderClient(KSIExtenderClient extenderClient)
Used to set the
KSIExtenderClient to be used to extend signature. |
VerificationContextBuilder |
VerificationContextBuilder.setExtendingAllowed(boolean extendingAllowed)
If true then extending is allowed when verifying signature.
|
VerificationContextBuilder |
VerificationContextBuilder.setExtendingService(KSIExtendingService extendingService)
Used to set the
KSIExtendingService to be used to extend signature. |
VerificationContextBuilder |
VerificationContextBuilder.setPublicationsFile(PublicationsFile publicationsFile)
Used to set the publications file that is used by verification process
|
VerificationContextBuilder |
VerificationContextBuilder.setSignature(KSISignature signature)
Used to set the KSI signature that is verified.
|
VerificationContextBuilder |
VerificationContextBuilder.setUserPublication(PublicationData userPublication)
Used to set the user publication (e.g from newspaper).
|
Copyright © 2024 Guardtime. All rights reserved.