RSAPubKey

public struct RSAPubKey

RSA Public Key

  • oid

    Object identifier

    Declaration

    Swift

    public let oid: ASN1Kit.ObjectIdentifier
  • Composite modulus (n)

    Declaration

    Swift

    public let modulus: Data
  • Public exponent (e)

    Declaration

    Swift

    public let exponent: Data