awesn1
Toggle table of contents
0.4.0
common
Target filter
common
Switch theme
Search in API
Skip to content
awesn1
crypto
/
at.asitplus.awesn1.crypto
/
SubjectPublicKeyInfo
/
Companion
Companion
object
Companion
:
PemLabelSpec
<
SubjectPublicKeyInfo
>
(
source
)
Members
Properties
alternative
Pem
Labels
Link copied to clipboard
open
override
val
alternativePemLabels
:
Set
<
String
>
canonical
Pem
Label
Link copied to clipboard
open
override
val
canonicalPemLabel
:
String
PEM_
LABEL_
PUBLIC_
KEY
Link copied to clipboard
const
val
PEM_LABEL_PUBLIC_KEY
:
String
PEM_
LABEL_
RSA_
PUBLIC_
KEY
Link copied to clipboard
const
val
PEM_LABEL_RSA_PUBLIC_KEY
:
String
Functions
ec
Link copied to clipboard
fun
ec
(
curveOid
:
ObjectIdentifier
,
ansiX963Key
:
ByteArray
)
:
SubjectPublicKeyInfo
rsa
Link copied to clipboard
fun
rsa
(
publicKey
:
Pkcs1RsaPublicKeyInfo
)
:
SubjectPublicKeyInfo
fun
rsa
(
modulus
:
Asn1Integer
,
exponent
:
Asn1Integer
)
:
SubjectPublicKeyInfo