toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.algorithms
/
RSA
/
PublicKey
/
Format
Format
sealed
class
Format
:
KeyFormat
(
source
)
Inheritors
JWK
DER
PEM
Members
Types
DER
Link copied to clipboard
sealed
class
DER
:
RSA.PublicKey.Format
JWK
Link copied to clipboard
data
object
JWK
:
RSA.PublicKey.Format
PEM
Link copied to clipboard
sealed
class
PEM
:
RSA.PublicKey.Format
Properties
name
Link copied to clipboard
abstract
val
name
:
String
Functions
to
String
Link copied to clipboard
override
fun
toString
(
)
:
String