Uses of Class
co.ankatech.ankasecure.sdk.model.ReencryptFileResult
Packages that use ReencryptFileResult
Package
Description
-
Uses of ReencryptFileResult in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk that return ReencryptFileResultModifier 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, Path input, Path output) Re-encrypts a Compact JWE in streaming mode. -
Uses of ReencryptFileResult in co.ankatech.ankasecure.sdk.internal.service
Methods in co.ankatech.ankasecure.sdk.internal.service that return ReencryptFileResultModifier 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, Path input, Path output) -
Uses of ReencryptFileResult in co.ankatech.ankasecure.sdk.internal.service.impl
Methods in co.ankatech.ankasecure.sdk.internal.service.impl that return ReencryptFileResultModifier 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, Path input, Path output)