Record Class Crypto.ParamsOfEncryptionBoxDecrypt

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfEncryptionBoxDecrypt
Record Components:
encryptionBox - Encryption box handle
data - Data to be decrypted, encoded in Base64
Enclosing class:
Crypto

public static record Crypto.ParamsOfEncryptionBoxDecrypt(Long encryptionBox, String data) extends Record