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
/
CryptoPrivateKey
/
EC
/
WithPublicKey
/
WithPublicKey
With
Public
Key
constructor
(
privateKey
:
BigInteger
,
publicKey
:
CryptoPublicKey.EC
,
encodeCurve
:
Boolean
,
encodePublicKey
:
Boolean
,
attributes
:
List
<
Asn1Element
>
?
=
null
)
(
source
)
constructor
(
privateKey
:
BigInteger
,
curve
:
ECCurve
,
encodeCurve
:
Boolean
,
encodePublicKey
:
Boolean
,
attributes
:
List
<
Asn1Element
>
?
=
null
)
(
source
)