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 data with a different key without decrypting to plaintext.AuthenticatedSdk.reencryptFile(String newKid, Path input, Path output) Re-encrypts a file.AuthenticatedSdk.reencryptFileCompact(String newKid, Path input, Path output) Re-encrypts a file with forced compact format.AuthenticatedSdk.reencryptFileStream(String newKid, String sourceKidOverride, Path input, Path output) Re-encrypts a file with forced streaming format. -
Uses of ReencryptResult in co.ankatech.ankasecure.sdk.examples
Methods in co.ankatech.ankasecure.sdk.examples with parameters of type ReencryptResultModifier and TypeMethodDescriptionstatic voidExampleUtil.printReencryptMeta(ReencryptResult m) Prints re-encryption metadata showing both the old and new key and algorithm details. -
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 ciphertext with a new key. -
Uses of ReencryptResult in co.ankatech.ankasecure.sdk.operations
Methods in co.ankatech.ankasecure.sdk.operations that return ReencryptResultModifier and TypeMethodDescriptionCombinedOperations.reencryptFileCompact(String newKid, Path input, Path output) CombinedOperations.reencryptFileStream(String newKid, String sourceKidOverride, Path input, Path output)