Package | Description |
---|---|
com.guardtime.ksi.unisignature |
Interfaces to decode and encode KSI signatures
|
com.guardtime.ksi.unisignature.inmemory |
Classes to decode and encode in-memory KSI signatures
|
com.guardtime.ksi.unisignature.verifier |
Classes and interfaces to verify KSI signatures
|
Modifier and Type | Method and Description |
---|---|
CalendarHashChain |
KSISignatureComponentFactory.createCalendarHashChain(TLVElement element)
Creates calendar hash chain from input TLV element.
|
CalendarHashChain |
KSISignature.getCalendarHashChain()
Returns the signature calendar hash chain.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CalendarHashChainUtil.areRightLinksConsistent(CalendarHashChain calendarHashChain1,
CalendarHashChain calendarHashChain2)
Checks consistency of two calendar hash chains:
both calendar hash chains have same amount of right links
right chain links in the first chain are equal to the right chain links in the second chain
|
KSISignature |
KSISignatureFactory.createSignature(List<AggregationHashChain> aggregationHashChains,
CalendarHashChain calendarHashChain,
CalendarAuthenticationRecord authenticationRecord,
PublicationRecord publicationRecord,
RFC3161Record rfc3161Record)
Creates a signature from given elements.
|
Modifier and Type | Method and Description |
---|---|
CalendarHashChain |
InMemoryKsiSignatureComponentFactory.createCalendarHashChain(TLVElement element) |
Modifier and Type | Method and Description |
---|---|
KSISignature |
InMemoryKsiSignatureFactory.createSignature(List<AggregationHashChain> aggregationHashChains,
CalendarHashChain calendarChain,
CalendarAuthenticationRecord calendarAuthenticationRecord,
PublicationRecord signaturePublicationRecord,
RFC3161Record rfc3161Record) |
Modifier and Type | Method and Description |
---|---|
CalendarHashChain |
VerificationContext.getCalendarHashChain()
Helper method.
|
CalendarHashChain |
VerificationContext.getExtendedCalendarHashChain()
Returns extended calendar hash chain.
|
CalendarHashChain |
VerificationContext.getExtendedCalendarHashChain(Date publicationTime)
Returns extended signature calendar hash chain
|
Copyright © 2024 Guardtime. All rights reserved.