awesn1
Toggle table of contents
0.2.1
common
Target filter
common
Switch theme
Search in API
Skip to content
awesn1
core
/
at.asitplus.awesn1
/
PemBlock
Pem
Block
data
class
PemBlock
(
val
label
:
String
,
val
headers
:
Iterable
<
PemHeader
>
=
emptyList()
,
val
payload
:
ByteArray
)
:
PemEncodable
(
source
)
Members
Members & Extensions
Constructors
Pem
Block
Link copied to clipboard
constructor
(
label
:
String
,
headers
:
Iterable
<
PemHeader
>
=
emptyList()
,
payload
:
ByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
:
PemDecodable
<
PemBlock
>
Properties
headers
Link copied to clipboard
val
headers
:
Iterable
<
PemHeader
>
label
Link copied to clipboard
val
label
:
String
payload
Link copied to clipboard
val
payload
:
ByteArray
Functions
encode
To
Pem
Link copied to clipboard
@
JvmName
(
name
=
"encodePemBlockToPem"
)
fun
PemBlock
.
encodeToPem
(
)
:
String
fun
PemEncodable
.
encodeToPem
(
)
:
String
encode
To
Pem
Block
Link copied to clipboard
open
override
fun
encodeToPemBlock
(
)
:
PemBlock
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int