Record Class Crypto.KeyPair

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.KeyPair
Record Components:
publicKey - Public key - 64 symbols hex string
secretKey - Private key - u64 symbols hex string
Enclosing class:
Crypto

public static record Crypto.KeyPair(String publicKey, String secretKey) extends Record