com.eruces.teagent.DelegatedAuthentication
The DelegatedAuthentication class implements the client side of the Key Service's DelegatedAuthentication module (ks AM04): after the AUTH_INIT the base class sends, ONE AUTH_UPDATE carrying [selector string, target] – "X509" with the target's DER certificate as a BUFFER, or "XAUTH" with the target's id as a STRING – and the reply carries the TARGET's principal id and the session token.
The delegator is not in the package at all: it is the TLS client certificate this connection presented, which the Key Service loaded into the session at the handshake.
Since: 8.1
© Pi Soft, 2018-2026 · Tricryption Engine 8.1
Inheritance
- Inherits com.eruces.teagent.Authentication
Public Member Functions
| Member | Description |
|---|---|
DelegatedAuthentication() |