PublicKey

public class PublicKey : SdkObject

Asymmetric public encryption key.

  • Constructs a PublicKey from the provided array of bytes.

    Fails if the provided bytes are not a valid IronCore PublicKey.

    Declaration

    Swift

    public convenience init?(_ bytes: [UInt8])
  • Bytes of the public key

    Declaration

    Swift

    public lazy var bytes: [UInt8] { get set }