toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-serialization-asn1-modules
/
dev.whyoleg.cryptography.serialization.asn1.modules
/
RsaPublicKey
Rsa
Public
Key
@
Serializable
class
RsaPublicKey
(
val
modulus
:
BigInt
,
val
publicExponent
:
BigInt
)
(
source
)
RSAPublicKey ::= SEQUENCE {
modulus INTEGER, -- n
publicExponent INTEGER -- e
}
Content copied to clipboard
Members
Constructors
Rsa
Public
Key
Link copied to clipboard
constructor
(
modulus
:
BigInt
,
publicExponent
:
BigInt
)
Properties
modulus
Link copied to clipboard
val
modulus
:
BigInt
public
Exponent
Link copied to clipboard
val
publicExponent
:
BigInt