Searched defs:ikeId (Results 1 – 3 of 3) sorted by relevance
112 IkeIpv4AddrIdentification ikeId = (IkeIpv4AddrIdentification) payload.ikeId; in testDecodeIpv4AddrIdPayload() local125 IkeIpv6AddrIdentification ikeId = (IkeIpv6AddrIdentification) payload.ikeId; in testDecodeIpv6AddrIdPayload() local139 IkeFqdnIdentification ikeId = (IkeFqdnIdentification) payload.ikeId; in testDecodeFqdnIdPayload() local151 IkeRfc822AddrIdentification ikeId = (IkeRfc822AddrIdentification) payload.ikeId; in testDecodeRfc822AddrIdPayload() local163 IkeKeyIdIdentification ikeId = (IkeKeyIdIdentification) payload.ikeId; in testDecodeKeyIdPayload() local176 IkeDerAsn1DnIdentification ikeId = (IkeDerAsn1DnIdentification) payload.ikeId; in testDecodeDerAsn1DnIdPayload() local
50 public final IkeIdentification ikeId; field in IkeIdPayload109 public IkeIdPayload(boolean isInitiator, IkeIdentification ikeId) { in IkeIdPayload()
2374 private IkeIdPayload makeRespIdPayload(IkeIdentification ikeId) { in makeRespIdPayload()