Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
IpsecSaGroup Class Reference

IpsecSaGroup handles and manipulates IPSec SA groups. More...

Public Member Functions

IpsecSa getEspOutbound ()
 Returns the ESP outbound IPSec SA. More...
 
IpsecSa getEspInbound ()
 Returns the ESP inbound IPSec SA. More...
 
IpsecSa getAhOutbound ()
 Returns the AH outbound IPSec SA. More...
 
IpsecSa getAhInbound ()
 Returns the AH inbound IPSec SA. More...
 
int getLifeTime ()
 Returns the lifetime for the IPSec SA group. More...
 

Detailed Description

IpsecSaGroup handles and manipulates IPSec SA groups.

Member Function Documentation

◆ getAhInbound()

IpsecSa IpsecSaGroup::getAhInbound ( )

Returns the AH inbound IPSec SA.

Returns
IpsecSa, the IpsecSa object for the AH inbound IPSec SA.

◆ getAhOutbound()

IpsecSa IpsecSaGroup::getAhOutbound ( )

Returns the AH outbound IPSec SA.

Returns
IpsecSa, the IpsecSa object for the AH outbound IPSec SA.

◆ getEspInbound()

IpsecSa IpsecSaGroup::getEspInbound ( )

Returns the ESP inbound IPSec SA.

Returns
IpsecSa, the IpsecSa object for the ESP inbound IPSec SA.

◆ getEspOutbound()

IpsecSa IpsecSaGroup::getEspOutbound ( )

Returns the ESP outbound IPSec SA.

Returns
IpsecSa, the IpsecSa object for the ESP outbound IPSec SA.

◆ getLifeTime()

int IpsecSaGroup::getLifeTime ( )

Returns the lifetime for the IPSec SA group.

Returns
int, the lifetime for the IPSec SA group.

The documentation for this class was generated from the following file: