Uses of Class
co.ankatech.ankasecure.sdk.model.SignResult
Packages that use SignResult
Package
Description
-
Uses of SignResult in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk that return SignResultModifier and TypeMethodDescriptionSigns an in-memory payload with the private keykid
.Generates a Compact JWS by signing the contents of a file.AnkaSecureSdk.signFileStream
(String kid, Path input, Path signature) Signs a file in streaming mode with the private keykid
. -
Uses of SignResult in co.ankatech.ankasecure.sdk.examples
Methods in co.ankatech.ankasecure.sdk.examples with parameters of type SignResultModifier and TypeMethodDescriptionstatic void
ExampleUtil.printSignMeta
(SignResult r) Logs metadata associated with the signing operation in a human-readable format.static void
ExampleUtil.printSignMeta
(String heading, SignResult m) Logs metadata associated with the signing operation in a human-readable format, including a descriptive heading for context. -
Uses of SignResult in co.ankatech.ankasecure.sdk.internal.service
Methods in co.ankatech.ankasecure.sdk.internal.service that return SignResultModifier and TypeMethodDescriptionSigns an in-memory payload with the private keykid
.SignatureService.signFileStream
(String kid, Path input, Path signature) -
Uses of SignResult in co.ankatech.ankasecure.sdk.internal.service.impl
Methods in co.ankatech.ankasecure.sdk.internal.service.impl that return SignResultModifier and TypeMethodDescriptionSign an in-memory payload with a server-side **private** key.SignatureServiceImpl.signFileStream
(String kid, Path input, Path sigOut)