Class TXN

  • All Implemented Interfaces:
    Serializable, Comparable<Identifier>, net.minidev.json.JSONAware

    @Immutable
    public final class TXN
    extends Identifier
    Transaction identifier.

    Related specifications:

    • Security Event Token (SET) (RFC 8417), section 2.2.
    • OpenID Connect for Identity Assurance 1.0, section 4.2.
    See Also:
    Serialized Form
    • Constructor Detail

      • TXN

        public TXN​(String value)
        Creates a new transaction identifier with the specified value.
        Parameters:
        value - The transaction identifier value. Must not be null.