Record Class Crypto.ResultOfSign

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ResultOfSign
Record Components:
signed - Signed data combined with signature encoded in `base64`.
signature - Signature encoded in `hex`.
Enclosing class:
Crypto

public static record Crypto.ResultOfSign(String signed, String signature) extends Record