Record Class Crypto.ResultOfGetCryptoBoxInfo

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ResultOfGetCryptoBoxInfo
Record Components:
encryptedSecret - Secret (seed phrase) encrypted with salt and password.
Enclosing class:
Crypto

public static record Crypto.ResultOfGetCryptoBoxInfo(String encryptedSecret) extends Record