Functions
The following functions are available globally.
-
Generate a RSA public and private key
Declaration
Swift
public func generateRSAKeyPair() throws -> (privateKey: String, publicKey: String)
SwifterSwiftSSH 1.2.5 Docs (50% documented)
The following functions are available globally.
Generate a RSA public and private key
Swift
public func generateRSAKeyPair() throws -> (privateKey: String, publicKey: String)