Uses of Class
co.ankatech.ankasecure.sdk.exception.CryptoOperationException
Packages that use CryptoOperationException
-
Uses of CryptoOperationException in co.ankatech.ankasecure.sdk.util
Methods in co.ankatech.ankasecure.sdk.util that throw CryptoOperationExceptionModifier and TypeMethodDescriptionstatic byte[]PqcClientCryptoUtil.decapsulateKem(PrivateKey privateKey, String kemAlgorithm, byte[] ciphertext) Decapsulates and decrypts a ciphertext using the providedPrivateKey.static byte[]PqcClientCryptoUtil.decryptDataRaw(byte[] aesKeyBytes, byte[] ciphertext) static byte[]PqcClientCryptoUtil.decryptDataRaw(SecretBuffer aesKeyBuf, byte[] ciphertext) SecretBuffer overload ofPqcClientCryptoUtil.decryptDataRaw(byte[], byte[]).static byte[]PqcClientCryptoUtil.encryptDataRaw(byte[] aesKeyBytes, byte[] plaintext) static byte[]PqcClientCryptoUtil.encryptDataRaw(SecretBuffer aesKeyBuf, byte[] plaintext) SecretBuffer overload ofPqcClientCryptoUtil.encryptDataRaw(byte[], byte[]).PqcClientCryptoUtil.generateKeyPair(String algorithm) Generates an asymmetric key pair for a specified algorithm, potentially referencing PQC or classical algorithms.