RSAKey

public class RSAKey

RSA Key Creation and Handling

Enums

  • Denotes the type of key this represents.

    See more

    Declaration

    Swift

    public enum KeyType
  • Denotes the size of the RSA key.

    See more

    Declaration

    Swift

    public struct KeySize

Properties

  • The RSA key as a PKCS#1 PEM String

    Declaration

    Swift

    public let pemString: String
  • Represents the type of key data contained.

    Declaration

    Swift

    public internal(set) var type: KeyType { get }