Companion
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun SubjectPublicKeyInfo.Companion.ec(curveOid: ObjectIdentifier, xBytes: ByteArray, usePositiveY: Boolean): SubjectPublicKeyInfo
fun SubjectPublicKeyInfo.Companion.ec(curveOid: ObjectIdentifier, xBytes: ByteArray, yBytes: ByteArray): SubjectPublicKeyInfo
Link copied to clipboard
fun SubjectPublicKeyInfo.Companion.from(publicKey: Pkcs1RsaPublicKeyInfo, der: Der = DER): SubjectPublicKeyInfo
Link copied to clipboard
Link copied to clipboard
fun SubjectPublicKeyInfo.Companion.rsa(modulus: Asn1Integer, exponent: Asn1Integer, der: Der = DER): SubjectPublicKeyInfo