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 TypeMethodDescriptionRe-signs data with a different key without verifying the original signature.AuthenticatedSdk.resign(String newKid, String jws, JwsSerialization serialization) Re-signs a JWS, explicitly selecting the JWS serialization (PRD §60).AuthenticatedSdk.resignFileCompact(String newKid, Path input, Path output) Re-signs a compact JWS file with forced compact format.AuthenticatedSdk.resignFileCompact(String newKid, Path input, Path output, JwsSerialization serialization) Re-signs a JWS file (attached), explicitly selecting the JWS serialization (PRD §60).AuthenticatedSdk.resignFileStream(Path oldJwsHeader, String newKid, Path input, Path output) Re-signs a detached JWS signature with forced streaming format. -
Uses of ResignResult in co.ankatech.ankasecure.sdk.examples
Methods in co.ankatech.ankasecure.sdk.examples with parameters of type ResignResultModifier and TypeMethodDescriptionstatic voidExampleUtil.printResignMeta(ResignResult m) Prints re-signature metadata showing both the old and new key and algorithm details. -
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.resignBytes(String newKid, String oldJws, JwsSerialization serialization) SignatureServiceImpl.resignFile(String newKid, Path oldJws, Path newJws) SignatureServiceImpl.resignFile(String newKid, Path oldJws, Path newJws, JwsSerialization serialization) SignatureServiceImpl.resignFileStream(Path oldJws, String newKid, Path input, Path newSigOut) -
Uses of ResignResult in co.ankatech.ankasecure.sdk.operations
Methods in co.ankatech.ankasecure.sdk.operations that return ResignResultModifier and TypeMethodDescriptionCombinedOperations.resign(String newKid, String jws, JwsSerialization serialization) Re-signs a JWS with an explicit JWS serialization selection (PRD §60).CombinedOperations.resignFileCompact(String newKid, Path input, Path output) CombinedOperations.resignFileCompact(String newKid, Path input, Path output, JwsSerialization serialization) Re-signs a file with an explicit JWS serialization selection (PRD §60).CombinedOperations.resignFileStream(Path oldJwsHeader, String newKid, Path input, Path output)