Functions

The following functions are available globally.

  • Generate a RSA public and private key

    Declaration

    Swift

    public func generateRSAKeyPair() throws -> (privateKey: String, publicKey: String)