Searched defs:ikeId (Results 1 – 5 of 5) sorted by relevance
42 IkeDerAsn1DnIdentification ikeId = new IkeDerAsn1DnIdentification(asn1Dn); in testIkeDerAsn1DnIdentification() local48 IkeFqdnIdentification ikeId = new IkeFqdnIdentification(LOCAL_HOSTNAME); in testIkeFqdnIdentification() local54 IkeIpv4AddrIdentification ikeId = new IkeIpv4AddrIdentification(IPV4_ADDRESS_LOCAL); in testIkeIpv4AddrIdentification() local60 IkeIpv6AddrIdentification ikeId = new IkeIpv6AddrIdentification(IPV6_ADDRESS_LOCAL); in testIkeIpv6AddrIdentification() local66 IkeKeyIdIdentification ikeId = new IkeKeyIdIdentification(LOCAL_KEY_ID); in testIkeKeyIdIdentification() local72 IkeRfc822AddrIdentification ikeId = new IkeRfc822AddrIdentification(LOCAL_RFC822_NAME); in testIkeRfc822AddrIdentification() local
114 IkeIpv4AddrIdentification ikeId = (IkeIpv4AddrIdentification) payload.ikeId; in testDecodeIpv4AddrIdPayload() local127 IkeIpv6AddrIdentification ikeId = (IkeIpv6AddrIdentification) payload.ikeId; in testDecodeIpv6AddrIdPayload() local141 IkeFqdnIdentification ikeId = (IkeFqdnIdentification) payload.ikeId; in testDecodeFqdnIdPayload() local153 IkeRfc822AddrIdentification ikeId = (IkeRfc822AddrIdentification) payload.ikeId; in testDecodeRfc822AddrIdPayload() local165 IkeKeyIdIdentification ikeId = (IkeKeyIdIdentification) payload.ikeId; in testDecodeKeyIdPayload() local178 IkeDerAsn1DnIdentification ikeId = (IkeDerAsn1DnIdentification) payload.ikeId; in testDecodeDerAsn1DnIdPayload() local
49 public final IkeIdentification ikeId; field in IkeIdPayload108 public IkeIdPayload(boolean isInitiator, IkeIdentification ikeId) { in IkeIdPayload()
1325 IkeFqdnIdentification ikeId = in testTunnelSetupRequestParams() local
2933 private IkeIdPayload makeRespIdPayload(IkeIdentification ikeId) { in makeRespIdPayload()