Companion

Properties

Link copied to clipboard
open override val oid: ObjectIdentifier

Functions

Link copied to clipboard
fun CryptoPublicKey.RSA.Companion.fromJcaPublicKey(publicKey: <Error class: unknown class>): KmmResult<CryptoPublicKey.RSA>
Link copied to clipboard

decodes a PKCS#1-encoded RSA key

Link copied to clipboard
inline operator fun invoke(n: BigInteger, e: Int): CryptoPublicKey.RSA