Record Class Crypto.EncryptionBoxInfo

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.EncryptionBoxInfo
Record Components:
hdpath - Derivation path, for instance "m/44'/396'/0'/0/0"
algorithm - Cryptographic algorithm, used by this encryption box
options - Options, depends on algorithm and specific encryption box implementation
publicKey - Public information, depends on algorithm
Enclosing class:
Crypto

public static record Crypto.EncryptionBoxInfo(String hdpath, String algorithm, com.fasterxml.jackson.databind.JsonNode options, com.fasterxml.jackson.databind.JsonNode publicKey) extends Record
Encryption box information.