RSAKey public class RSAKey RSA Key Creation and Handling Enums KeyType Denotes the type of key this represents. See more Declaration Swift public enum KeyType KeySize Denotes the size of the RSA key. See more Declaration Swift public struct KeySize Properties pemString The RSA key as a PKCS#1 PEM String Declaration Swift public let pemString: String type Represents the type of key data contained. Declaration Swift public internal(set) var type: KeyType { get }