toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-serialization-pem
/
dev.whyoleg.cryptography.serialization.pem
/
Pem
Pem
object
Pem
(
source
)
Members
Functions
decode
Link copied to clipboard
fun
decode
(
bytes
:
ByteArray
)
:
PemContent
fun
decode
(
string
:
String
)
:
PemContent
fun
decode
(
byteString
:
ByteString
)
:
PemContent
encode
Link copied to clipboard
fun
encode
(
content
:
PemContent
)
:
String
encode
To
Byte
Array
Link copied to clipboard
fun
encodeToByteArray
(
content
:
PemContent
)
:
ByteArray
encode
To
Byte
String
Link copied to clipboard
fun
encodeToByteString
(
content
:
PemContent
)
:
ByteString