CardObjectIdentifierType

public protocol CardObjectIdentifierType : Equatable, ExpressibleByStringLiteral

Undocumented

  • The representation for the Card Object Identifier (E.g. AID, FID)

    Declaration

    Swift

    var rawValue: Data { get }
  • Figure out whether a value could be plausible as identifier type

    Declaration

    Swift

    static func isValid(_ value: Data) -> Result<Data, Error>
  • ==(_:_:) Extension method

    Check for equality

    Declaration

    Swift

    public static func == (lhs: Self, rhs: Self) -> Bool

    Parameters

    lhs

    value

    rhs

    value

    Return Value

    true when rhs and lhs are considered equal