OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Constants Summary | |
|---|---|
| tsc_IPsec_SPI_Max | |
type integer IPsec_SPI_Type (0..tsc_IPsec_SPI_Max);
type enumerated IPsec_IntegrityAlgorithm_Type {
hmac_md5_96,
hmac_sha_1_96
};
type enumerated IPsec_CipheringAlgorithm_Type {
des_ede3_cbc,
aes_cbc,
nociph
};
type record IPsec_SecurityKeys_Type {
bitstring MD5_96Key length (128),
bitstring SHA_1_96Key length (160),
bitstring DES_EDE3_CBCKey length (192),
bitstring AES_CBCKey length (128)
}
type record IPsec_SecurityAssociation_Type {
IPsec_SPI_Type SPI,
charstring SrcAddress,
charstring DestAddress,
UInt16_Type SrcPort,
UInt16_Type DestPort,
IPsec_IntegrityAlgorithm_Type IntegrityAlgorithm optional,
IPsec_CipheringAlgorithm_Type CipheringAlgorithm optional
}
type record IPsec_Configure_Type {
IPsec_SecurityAssociationList_Type SA_List,
IPsec_SecurityKeys_Type SecurityKeys
}
type record IPsec_Release_Type {
IPsec_SecurityAssociationList_Type SA_List
}
type record of IPsec_SecurityAssociation_Type IPsec_SecurityAssociationList_Type
const integer tsc_IPsec_SPI_Max := 4294967295