toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-serialization-pem
/
dev.whyoleg.cryptography.serialization.pem
/
PemContent
Pem
Content
class
PemContent
(
val
label
:
PemLabel
,
val
bytes
:
ByteArray
)
(
source
)
Members
Members & Extensions
Constructors
Pem
Content
Link copied to clipboard
constructor
(
label
:
PemLabel
,
byteString
:
ByteString
)
constructor
(
label
:
PemLabel
,
bytes
:
ByteArray
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
byte
String
Link copied to clipboard
val
byteString
:
ByteString
label
Link copied to clipboard
val
label
:
PemLabel
Functions
ensure
Pem
Label
Link copied to clipboard
fun
PemContent
.
ensurePemLabel
(
label
:
PemLabel
)
:
PemContent