toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-serialization-pem
/
dev.whyoleg.cryptography.serialization.pem
Package-level
declarations
PEM
: encoding/decoding of PEM files from/to
String
or
ByteArray
Types
Functions
Types
PEM
Link copied to clipboard
typealias
PEM
=
Pem
Pem
Link copied to clipboard
object
Pem
Pem
Content
Link copied to clipboard
class
PemContent
(
val
label
:
PemLabel
,
val
bytes
:
ByteArray
)
Pem
Label
Link copied to clipboard
@
JvmInline
value
class
PemLabel
(
val
representation
:
String
)
Functions
ensure
Pem
Label
Link copied to clipboard
fun
PemContent
.
ensurePemLabel
(
label
:
PemLabel
)
:
PemContent