Uses of Class
co.ankatech.ankasecure.sdk.model.ResignFileResult
Packages that use ResignFileResult
Package
Description
-
Uses of ResignFileResult in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk that return ResignFileResultModifier and TypeMethodDescriptionGenerates a fresh Compact JWS for the payload embedded in an existing JWS.AnkaSecureSdk.resignFile
(String newKid, Path oldJws, Path newJws) Re-signs a file-based Compact JWS.AnkaSecureSdk.resignFileStream
(String newKid, Path oldDetachedJwsFile, Path input, Path newDetachedJwsFile) Re-signs a detached-JWS signature in streaming mode. -
Uses of ResignFileResult in co.ankatech.ankasecure.sdk.internal.service
Methods in co.ankatech.ankasecure.sdk.internal.service that return ResignFileResultModifier and TypeMethodDescriptionSignatureService.resignBytes
(String newKid, String oldJws) Generates a fresh Compact JWS for the payload embedded inoldJws
.SignatureService.resignFile
(String newKid, Path oldJwsFile, Path newJwsFile) SignatureService.resignFileStream
(Path oldJwsHeader, String newKid, Path input, Path newSignature) Re-sign a detached-payload JWS in streaming mode.
The existing *General-JSON* header (containing the oldkid
) is supplied inoldJwsHeader
. -
Uses of ResignFileResult in co.ankatech.ankasecure.sdk.internal.service.impl
Methods in co.ankatech.ankasecure.sdk.internal.service.impl that return ResignFileResultModifier and TypeMethodDescriptionSignatureServiceImpl.resignBytes
(String newKid, String oldJws) Re-sign a Compact JWS switching tonewKid
.SignatureServiceImpl.resignFile
(String newKid, Path oldJws, Path newJws) SignatureServiceImpl.resignFileStream
(Path oldJws, String newKid, Path input, Path newSigOut)