Uses of Class
co.ankatech.ankasecure.sdk.model.ReencryptResult
Packages that use ReencryptResult
Package
Description
-
Uses of ReencryptResult in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk that return ReencryptResultModifier and TypeMethodDescriptionRe-encrypts an in-memory Compact JWE so it is protected by a different key.AnkaSecureSdk.reencryptFile
(String newKid, Path input, Path output) Re-encrypts a Compact JWE file so it is protected bynewKid
.AnkaSecureSdk.reencryptFileStream
(String newKid, String sourceKidOverride, Path input, Path output) Re-encrypts a detached-ciphertext JWE (JWET General JSON + binary envelope) in streaming mode.AnkaSecureSdk.reencryptFileStream
(String newKid, Path input, Path output) Re-encrypts a detached-ciphertext JWE (JWET General JSON + binary envelope) in streaming mode – managed flow. -
Uses of ReencryptResult in co.ankatech.ankasecure.sdk.examples
Methods in co.ankatech.ankasecure.sdk.examples with parameters of type ReencryptResultModifier and TypeMethodDescriptionstatic void
ExampleUtil.printReencryptMeta
(ReencryptResult m) Logs metadata associated with the re-encryption operation in a human-readable format, including information about keys and algorithms used during the process, as well as any warnings. -
Uses of ReencryptResult in co.ankatech.ankasecure.sdk.internal.service
Methods in co.ankatech.ankasecure.sdk.internal.service that return ReencryptResultModifier and TypeMethodDescriptionCryptoService.reencryptBytes
(String newKid, String jweCiphertext) Re-encrypts (rotates) an existing Compact JWE that is in memory so it becomes protected bynewKid
.CryptoService.reencryptFile
(String newKid, Path input, Path output) CryptoService.reencryptFileStream
(String newKid, String sourceKidOverride, Path input, Path output) -
Uses of ReencryptResult in co.ankatech.ankasecure.sdk.internal.service.impl
Methods in co.ankatech.ankasecure.sdk.internal.service.impl that return ReencryptResultModifier and TypeMethodDescriptionCryptoServiceImpl.reencryptBytes
(String newKid, String jweToken) Re-encrypt a JWE in memory so it becomes protected bynewKid
.CryptoServiceImpl.reencryptFile
(String newKid, Path input, Path output) CryptoServiceImpl.reencryptFileStream
(String newKid, String sourceKidOverride, Path input, Path output) Server-side re-encryption of a legacy ciphertext (nokid
) into a post-quantum ciphertext undernewKid
.