init(unsafePEMRepresentation:)

    Construct an RSA public key from a PEM representation.

    RSA.swift:170
    init(unsafePEMRepresentation pemRepresentation: String) throws

    This constructor supports key sizes of 1024 bits or more. Users should validate that key sizes are appropriate for their use-case.

    Other members in extension

    Type members

    Show implementation details (1)

    Hide implementation details

    Instance members