Uses of Class
co.ankatech.ankasecure.sdk.model.DecryptFileResult
Packages that use DecryptFileResult
Package
Description
-
Uses of DecryptFileResult in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk that return DecryptFileResultModifier and TypeMethodDescriptionAnkaSecureSdk.decryptFile
(Path input, Path output) Decrypts a Compact JWE stored in a file.AnkaSecureSdk.decryptFileStream
(Path input, Path output) Decrypts a ciphertext in streaming mode using a multipart JWET. -
Uses of DecryptFileResult in co.ankatech.ankasecure.sdk.internal.service
Methods in co.ankatech.ankasecure.sdk.internal.service that return DecryptFileResultModifier and TypeMethodDescriptionCryptoService.decryptFile
(Path input, Path output) CryptoService.decryptFileStream
(Path input, Path output) CryptoService.DecryptBytesHolder.meta()
Full metadata reported by the service.Constructors in co.ankatech.ankasecure.sdk.internal.service with parameters of type DecryptFileResult -
Uses of DecryptFileResult in co.ankatech.ankasecure.sdk.internal.service.impl
Methods in co.ankatech.ankasecure.sdk.internal.service.impl that return DecryptFileResultModifier and TypeMethodDescriptionCryptoServiceImpl.decryptFile
(Path input, Path output) CryptoServiceImpl.decryptFileStream
(Path input, Path output)