DerivedKey

public class DerivedKey : KeyMaterial

A key that is derived from a MasterKey.

  • The minimum size of the derived key in bytes.

    Declaration

    Swift

    public static let MinimumSizeInBytes: UInt32
  • The maximum size of the derived key in bytes.

    Declaration

    Swift

    public static let MaximumSizeInBytes: UInt32
  • Generate an uninitialized key, as the initialization will happen during derivation.

    Declaration

    Swift

    fileprivate init?(sizeInBytes: UInt32)

    Parameters

    sizeInBytes

    The size of the derived key in bytes.