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 |
---|---|
CalendarAuthenticationRecord |
KSISignatureComponentFactory.createCalendarAuthenticationRecord(TLVElement element)
Creates calendar authentication record from input TLV element.
|
CalendarAuthenticationRecord |
KSISignature.getCalendarAuthenticationRecord()
Returns the signature calendar authentication record if signature isn't extended.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
CalendarAuthenticationRecord |
InMemoryKsiSignatureComponentFactory.createCalendarAuthenticationRecord(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 |
---|---|
CalendarAuthenticationRecord |
VerificationContext.getCalendarAuthenticationRecord()
Helper method.
|
Copyright © 2024 Guardtime. All rights reserved.