PrivateKey

public class PrivateKey : SdkObject

Asymmetric private encryption key.

  • Constructs a PrivateKey from the provided array of bytes.

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

    Declaration

    Swift

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

    Declaration

    Swift

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