Uses of Class
co.ankatech.ankasecure.sdk.model.SignFileResult
Packages that use SignFileResult
Package
Description
-
Uses of SignFileResult in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk that return SignFileResultModifier 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 SignFileResult in co.ankatech.ankasecure.sdk.internal.service
Methods in co.ankatech.ankasecure.sdk.internal.service that return SignFileResultModifier and TypeMethodDescriptionSigns an in-memory payload with the private keykid
.SignatureService.signFileStream
(String kid, Path input, Path signature) -
Uses of SignFileResult in co.ankatech.ankasecure.sdk.internal.service.impl
Methods in co.ankatech.ankasecure.sdk.internal.service.impl that return SignFileResultModifier and TypeMethodDescriptionSign an in-memory payload with a server-side **private** key.SignatureServiceImpl.signFileStream
(String kid, Path input, Path sigOut)