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
/
SpecializedCryptoPublicKey
Specialized
Crypto
Public
Key
interface
SpecializedCryptoPublicKey
(
source
)
Members
Members & Extensions
Functions
equals
Cryptographically
Link copied to clipboard
fun
SpecializedCryptoPublicKey
.
equalsCryptographically
(
other
:
CryptoPublicKey
)
:
Boolean
fun
SpecializedCryptoPublicKey
.
equalsCryptographically
(
other
:
SpecializedCryptoPublicKey
)
:
Boolean
Whether the actual underlying key (irrespective of any format-specific metadata) is equal
to
Crypto
Public
Key
Link copied to clipboard
abstract
fun
toCryptoPublicKey
(
)
:
KmmResult
<
CryptoPublicKey
>