Uses of Class
co.ankatech.ankasecure.sdk.model.ResignResult
Packages that use ResignResult
Package
Description
-
Uses of ResignResult in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk that return ResignResultModifier 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 ResignResult in co.ankatech.ankasecure.sdk.examples
Methods in co.ankatech.ankasecure.sdk.examples with parameters of type ResignResultModifier and TypeMethodDescriptionstatic void
ExampleUtil.printResignMeta
(ResignResult m) Logs metadata associated with the re-signing operation in a human-readable format. -
Uses of ResignResult in co.ankatech.ankasecure.sdk.internal.service
Methods in co.ankatech.ankasecure.sdk.internal.service that return ResignResultModifier 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 ResignResult in co.ankatech.ankasecure.sdk.internal.service.impl
Methods in co.ankatech.ankasecure.sdk.internal.service.impl that return ResignResultModifier 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)