Signum
Toggle table of contents
3.19.3
common
Target filter
common
Switch theme
Search in API
Skip to content
Signum
indispensable
/
at.asitplus.signum.indispensable
/
CryptoPublicKey
/
RSA
/
RSA
RSA
constructor
(
n
:
Asn1Integer.Positive
,
e
:
Asn1Integer.Positive
)
(
source
)
constructor
(
n
:
Asn1Integer
,
e
:
Asn1Integer
)
(
source
)
constructor
(
n
:
BigInteger
,
e
:
BigInteger
)
(
source
)
constructor
(
n
:
BigInteger
,
e
:
UInt
)
(
source
)
constructor
(
n
:
ByteArray
,
e
:
Int
)
(
source
)
Deprecated (with error)
Use a BigInteger-capable constructor instead