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 |
---|---|
RFC3161Record |
KSISignatureComponentFactory.createRFC3161Record(TLVElement element)
Creates RFC3161 record element from input TLV element.
|
RFC3161Record |
KSISignature.getRfc3161Record()
An older implementation of the KSI service used the formats and protocols specified in the X.509 time-stamping
standard (RFC 3161).
|
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 |
---|---|
RFC3161Record |
InMemoryKsiSignatureComponentFactory.createRFC3161Record(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 |
---|---|
RFC3161Record |
VerificationContext.getRfc3161Record()
Helper method.
|
Copyright © 2024 Guardtime. All rights reserved.