menu
darkbio_crypto package
documentation
xdsa.dart
SecretKey
toPem method
toPem method
dark_mode
light_mode
toPem
method
String
toPem
(
)
Serializes a private key into a PEM string.
Implementation
String toPem() => _inner.toPem();
darkbio_crypto package
documentation
xdsa
SecretKey
toPem method
SecretKey class