Skip to content

Can I generate public key from modulus & exponent? #128

@shacha086

Description

@shacha086

In JVM, I do RSAPublicKeySpec(BigInteger(modulus), BigInteger(publicExponent)) but refers to document, I tried CryptographyProvider.Default.get(RSA.PKCS1).keyPairGenerator().generateKey() and there is no parameter to set modulus. Am I missing sth?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions