Package cl.netswitch.iso.iso8583


package cl.netswitch.iso.iso8583
Classes used to define and process ISO 8583 messages.
  • Class
    Description
    Binary Fixed-Length of 1 byte.
    Binary Fixed-Length of 2 bytes.
    Binary Fixed-Length of 4 bytes.
    Binary Fixed-Length of 8 bytes.
    Binary Fixed-Length of N bytes (1 ≤ N).
    Binary Fixed-Length of 16 hexadecimal characters.
    Binary Variable-Length (LL) of at most N bytes (1 ≤ N ≤ 99).
    Binary Variable-Length (LLL) of at most N bytes (1 ≤ N ≤ 999).
    Converts an IsoMessage to an another representation.
    Decimal Fixed-Length Right-Justified of N digits (1 ≤ N) and Scale S (0 ≤ S < N).
    Decimal Fixed-Length Right-Justified of N digits (1 ≤ N) with Scale Indicator.
    Decodes a sequence of bytes into the fields of an IsoMessage.
    Encodes the fields of an IsoMessage into a sequence of bytes.
    Signals that a decoding or encoding error has occurred.
    Definition of a data element of an ISO message.
    Definition of all data elements of an ISO message.
    Binary Fixed-Length of N (even) hexadecimal characters (2 ≤ N).
    Binary Variable-Length (LL) of at most N (even) hexadecimal characters (2 ≤ N ≤ 98).
    Binary Variable-Length (LLL) of at most N (even) hexadecimal characters (2 ≤ N ≤ 998).
    Converts a message of ISO fields to a JSON representation.
    Methods common (shared) by all ISO messages.
    Numeric Fixed-Length Right-Justified of 10 ASCII digits.
    Numeric Fixed-Length Right-Justified of 12 ASCII digits.
    Numeric Fixed-Length Right-Justified of 16 ASCII digits.
    Numeric Fixed-Length Right-Justified of 2 ASCII digits.
    Numeric Fixed-Length Right-Justified of 3 ASCII digits.
    Numeric Fixed-Length Right-Justified of 4 ASCII digits.
    Numeric Fixed-Length Right-Justified of 5 ASCII digits.
    Numeric Fixed-Length Right-Justified of 6 ASCII digits.
    Numeric Fixed-Length Right-Justified of 7 ASCII digits.
    Numeric Fixed-Length Right-Justified of 8 ASCII digits.
    Numeric Fixed-Length Right-Justified of 9 ASCII digits.
    Numeric Fixed-Length Right-Justified Sign + 8 ASCII digits.
    Numeric Fixed-Length Right-Justified of N ASCII digits (19 ≤ N).
    Numeric Variable-Length (LL) of at most N ASCII digits (5 ≤ N ≤ 9).
    Numeric Variable-Length (LL) of at most N ASCII digits (10 ≤ N ≤ 18).
    Numeric Variable-Length (LL) of at most N ASCII digits (19 ≤ N ≤ 99).
    Obfuscation alternatives for IsoField values.
    String Fixed-Length Left-Justified of N ASCII characters (1 ≤ N).
    String Variable-Length (LL) of at most N ASCII characters (1 ≤ N ≤ 99).
    String Variable-Length (LLL) of at most N ASCII characters (1 ≤ N ≤ 999).
    String Variable-Length (LLLL) of at most N ASCII characters (1 ≤ N ≤ 9999).
    An IsoDecoder with TLV (Tag-Length-Value) support.
    Elements encoded in TLV (Tag-Length-Value) format.
    Converts a message of ISO fields to an another representation.
    Converts a message of ISO fields to an XML representation.
    Converts a message of ISO fields to a YAML representation.