Record Class Crypto.ParamsOfModularPower

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfModularPower
Record Components:
base - `base` argument of calculation.
exponent - `exponent` argument of calculation.
modulus - `modulus` argument of calculation.
Enclosing class:
Crypto

public static record Crypto.ParamsOfModularPower(String base, String exponent, String modulus) extends Record