Record Class Crypto.ParamsOfEncryptionBoxEncrypt

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

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