cryptography-kotlin
Toggle table of contents
0.5.0
common
Platform filter
common
Switch theme
Search in API
cryptography-kotlin
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
)