cryptography-kotlin
Toggle table of contents
0.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
cryptography-kotlin
cryptography-core
/
dev.whyoleg.cryptography.algorithms
/
DSA
/
privateKeyDecoder
private
Key
Decoder
abstract
fun
privateKeyDecoder
(
)
:
Decoder
<
DSA.PrivateKey.Format
,
DSA.PrivateKey
>
(
source
)
Returns a
Decoder
that decodes DSA private keys from the specified
PrivateKey.Format
.