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
/
PemEncodable
Pem
Encodable
interface
PemEncodable
(
source
)
Inheritors
Asn1PemEncodable
Members
Members & Extensions
Properties
pem
Headers
Link copied to clipboard
open
val
pemHeaders
:
List
<
PemHeader
>
pem
Label
Link copied to clipboard
abstract
val
pemLabel
:
String
Functions
encode
To
Pem
Link copied to clipboard
fun
PemEncodable
.
encodeToPem
(
)
:
String
encode
To
Pem
Or
Null
Link copied to clipboard
fun
PemEncodable
.
encodeToPemOrNull
(
)
:
String
?
encode
To
Pem
Payload
Link copied to clipboard
abstract
fun
encodeToPemPayload
(
)
:
ByteArray
to
Pem
Block
Link copied to clipboard
fun
PemEncodable
.
toPemBlock
(
)
:
PemBlock