Uses of Class
co.ankatech.ankasecure.sdk.model.EncryptResult
Packages that use EncryptResult
Package
Description
-
Uses of EncryptResult in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk that return EncryptResultModifier and TypeMethodDescriptionEncrypts raw bytes using the key identified bykid.AuthenticatedSdk.encryptFile(String kid, Path input, Path output) Encrypts a file.AuthenticatedSdk.encryptFileCompact(String kid, Path input, Path output) Encrypts a file with forced compact format.AuthenticatedSdk.encryptFileStream(String kid, Path input, Path output) Encrypts a file with forced streaming format.AuthenticatedSdk.encryptFileUtilityStream(String kty, String alg, String publicKeyB64, Path input, Path output) Encrypts a file using a provided public key (without requiring key in ANKASecure). -
Uses of EncryptResult in co.ankatech.ankasecure.sdk.examples
Methods in co.ankatech.ankasecure.sdk.examples with parameters of type EncryptResultModifier and TypeMethodDescriptionstatic voidExampleUtil.printEncryptMeta(EncryptResult r) Prints encryption operation metadata tostdout. -
Uses of EncryptResult in co.ankatech.ankasecure.sdk.internal.service.impl
Methods in co.ankatech.ankasecure.sdk.internal.service.impl that return EncryptResultModifier and TypeMethodDescriptionCryptoServiceImpl.encryptBytes(String kid, byte[] plaintext) Encrypt raw bytes with a server-side **public** key.CryptoServiceImpl.encryptFile(String kid, Path input, Path output) CryptoServiceImpl.encryptFileStream(String kid, Path input, Path output) MigrationServiceImpl.encryptFileUtilityStream(String kty, String alg, String pubB64, Path input, Path output) MigrationServiceImpl.encryptWithExternalPublicKey(String kty, String alg, String pubKeyB64, Path input, Path output) -
Uses of EncryptResult in co.ankatech.ankasecure.sdk.model
Methods in co.ankatech.ankasecure.sdk.model that return EncryptResultModifier and TypeMethodDescriptionEncryptResult.Builder.build()Builds an immutable EncryptResult instance. -
Uses of EncryptResult in co.ankatech.ankasecure.sdk.operations
Methods in co.ankatech.ankasecure.sdk.operations that return EncryptResultModifier and TypeMethodDescriptionEncrypts raw bytes using the key identified bykid.EncryptionOperations.encryptFileCompact(String kid, Path input, Path output) Encrypts a file using the key identified bykid.EncryptionOperations.encryptFileStream(String kid, Path input, Path output) Encrypts a file in streaming mode (designed for large files >100 MB).CombinedOperations.encryptFileUtilityStream(String kty, String alg, String publicKeyB64, Path input, Path output)