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 TypeMethodDescriptionAuthenticatedSdk.decryptFile(Path input, Path output) Decrypts a file.AuthenticatedSdk.decryptFileCompact(Path input, Path output) Decrypts a file with forced compact format.AuthenticatedSdk.decryptFileStream(Path input, Path output) Decrypts a file with forced streaming format. -
Uses of DecryptResultMetadata in co.ankatech.ankasecure.sdk.examples
Methods in co.ankatech.ankasecure.sdk.examples with parameters of type DecryptResultMetadataModifier and TypeMethodDescriptionstatic voidExampleUtil.printDecryptMeta(DecryptResultMetadata m) Prints decryption operation metadata tostdout. -
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 JWET multipart file via streaming API. -
Uses of DecryptResultMetadata in co.ankatech.ankasecure.sdk.model
Methods in co.ankatech.ankasecure.sdk.model that return DecryptResultMetadataModifier and TypeMethodDescriptionDecryptResult.getMeta()Returns the full metadata returned by the service.Methods in co.ankatech.ankasecure.sdk.model with parameters of type DecryptResultMetadataModifier and TypeMethodDescriptionDecryptResult.Builder.meta(DecryptResultMetadata meta) Sets the metadata. -
Uses of DecryptResultMetadata in co.ankatech.ankasecure.sdk.operations
Methods in co.ankatech.ankasecure.sdk.operations that return DecryptResultMetadataModifier and TypeMethodDescriptionEncryptionOperations.decryptFileCompact(Path input, Path output) Decrypts a file containing a compact JWE token.EncryptionOperations.decryptFileStream(Path input, Path output) Decrypts a file in streaming mode (designed for large files >100 MB).