Uses of Class
co.ankatech.ankasecure.sdk.model.DecryptResultMetadata
Packages that use DecryptResultMetadata
Package
Description
-
Uses of DecryptResultMetadata in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk that return DecryptResultMetadataModifier 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 DecryptResultMetadata in co.ankatech.ankasecure.sdk.examples
Methods in co.ankatech.ankasecure.sdk.examples with parameters of type DecryptResultMetadataModifier and TypeMethodDescriptionstatic voidExampleUtil.printDecryptionMeta(DecryptResultMetadata r) Logs decryption metadata in a human-readable format.static voidExampleUtil.printDecryptMeta(DecryptResultMetadata m) Logs decryption metadata in a human-readable format, including information about the requested key, actual key used, algorithm used, and any warnings. -
Uses of DecryptResultMetadata in co.ankatech.ankasecure.sdk.internal.service
Methods in co.ankatech.ankasecure.sdk.internal.service that return DecryptResultMetadataModifier 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 DecryptResultMetadataModifierConstructorDescriptionDecryptBytesHolder(byte[] decryptedData, DecryptResultMetadata meta) -
Uses of DecryptResultMetadata in co.ankatech.ankasecure.sdk.internal.service.impl
Methods in co.ankatech.ankasecure.sdk.internal.service.impl that return DecryptResultMetadataModifier and TypeMethodDescriptionCryptoServiceImpl.decryptFile(Path input, Path output) CryptoServiceImpl.decryptFileStream(Path input, Path output) Decrypts a detached JWET file produced by/stream/encrypt. -
Uses of DecryptResultMetadata in co.ankatech.ankasecure.sdk.model
Methods in co.ankatech.ankasecure.sdk.model that return DecryptResultMetadataConstructors in co.ankatech.ankasecure.sdk.model with parameters of type DecryptResultMetadata