toggle menu
crypto
1.0.0-ALPHA-20250103
jvm
switch theme
search in API
crypto
/
net.rsprot.crypto.rsa
/
RsaKeyPair
Rsa
Key
Pair
class
RsaKeyPair
(
val
exponent
:
BigInteger
,
val
modulus
:
BigInteger
)
Members
Constructors
Rsa
Key
Pair
Link copied to clipboard
constructor
(
exponent
:
BigInteger
,
modulus
:
BigInteger
)
Properties
exponent
Link copied to clipboard
val
exponent
:
BigInteger
modulus
Link copied to clipboard
val
modulus
:
BigInteger
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String