cryptography-kotlin
Toggle table of contents
0.5.0
common
Platform filter
common
Switch theme
Search in API
cryptography-kotlin
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
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