CryptoKey

public class CryptoKey : Item

A key used in an cryptography protocol.

  • The type or (sub)category of some Item.

    Declaration

    Swift

    @objc
    dynamic var itemType: String?
  • A role describes the function of the item in their context.

    Declaration

    Swift

    @objc
    dynamic var role: String?
  • key

    A piece of information that determines the functional output of a cryptographic algorithm.

    Declaration

    Swift

    @objc
    dynamic var key: String?
  • Whether the item is active.

    Declaration

    Swift

    @objc
    dynamic var active: Bool
  • The name of the item.

    Declaration

    Swift

    @objc
    dynamic var name: String?
  • Undocumented

    Declaration

    Swift

    public required convenience init(from decoder: Decoder) throws