awesn1
Toggle table of contents
0.1.1
common
Target filter
common
Switch theme
Search in API
Skip to content
awesn1
core
/
at.asitplus.awesn1
/
encodeAllToPem
encode
All
To
Pem
@
JvmName
(
name
=
"encodeAllPemEncodablesToPem"
)
fun
Iterable
<
PemEncodable
>
.
encodeAllToPem
(
)
:
String
(
source
)
@
JvmName
(
name
=
"encodeAllPemBlocksToPem"
)
fun
Iterable
<
PemBlock
>
.
encodeAllToPem
(
)
:
String
(
source
)
@
JvmName
(
name
=
"encodeAllPemBlocksToPemStatic"
)
fun
encodeAllToPem
(
src
:
Iterable
<
PemBlock
>
)
:
String
(
source
)