module

Matter::Session::Case

Class methods

establish_session(initiator_cert : Bytes, initiator_key : Crypto::Key, responder_cert_chain : OperationalCertChain, responder_key : Crypto::Key, fabric_id : UInt64, initiator_node_id : UInt64, responder_node_id : UInt64, crypto : Crypto::CryptoBase = Crypto::StandardCrypto.new, ipk : Bytes | Nil = nil) : NamedTuple(initiator: SecureContext, responder: SecureContext)

Helper to establish a CASE session (simplified)

Source

Nested types