toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-serialization-asn1-modules
/
dev.whyoleg.cryptography.serialization.asn1.modules
/
RsaPrivateKey
/
RsaPrivateKey
Rsa
Private
Key
constructor
(
version
:
Int
,
modulus
:
BigInt
,
publicExponent
:
BigInt
,
privateExponent
:
BigInt
,
prime1
:
BigInt
,
prime2
:
BigInt
,
exponent1
:
BigInt
,
exponent2
:
BigInt
,
coefficient
:
BigInt
)
(
source
)