• Home
  • Raw
  • Download

Lines Matching refs:method

5     method @Nullable public android.net.eap.EapSessionConfig.EapAkaConfig getEapAkaConfig();
6method @Nullable public android.net.eap.EapSessionConfig.EapAkaPrimeConfig getEapAkaPrimeConfig();
7 method @NonNull public byte[] getEapIdentity();
8method @Nullable public android.net.eap.EapSessionConfig.EapMsChapV2Config getEapMsChapV2onfig();
9 method @Nullable public android.net.eap.EapSessionConfig.EapSimConfig getEapSimConfig();
14 method @NonNull public android.net.eap.EapSessionConfig build();
15 method @NonNull public android.net.eap.EapSessionConfig.Builder setEapAkaConfig(int, int);
16method @NonNull public android.net.eap.EapSessionConfig.Builder setEapAkaPrimeConfig(int, int, @No…
17 method @NonNull public android.net.eap.EapSessionConfig.Builder setEapIdentity(@NonNull byte[]);
18method @NonNull public android.net.eap.EapSessionConfig.Builder setEapMsChapV2Config(@NonNull Stri…
19 method @NonNull public android.net.eap.EapSessionConfig.Builder setEapSimConfig(int, int);
26 method public boolean allowsMismatchedNetworkNames();
27 method @NonNull public String getNetworkName();
31 method public int getMethodType();
35 method @NonNull public String getPassword();
36 method @NonNull public String getUsername();
43 method public int getAppType();
44 method public int getSubId();
56 method @NonNull public android.net.ipsec.ike.ChildSaProposal.Builder addDhGroup(int);
57method @NonNull public android.net.ipsec.ike.ChildSaProposal.Builder addEncryptionAlgorithm(int, i…
58 method @NonNull public android.net.ipsec.ike.ChildSaProposal.Builder addIntegrityAlgorithm(int);
59 method @NonNull public android.net.ipsec.ike.ChildSaProposal build();
63 method public void onClosed();
64method public void onClosedExceptionally(@NonNull android.net.ipsec.ike.exceptions.IkeException);
65 method public void onIpSecTransformCreated(@NonNull android.net.IpSecTransform, int);
66 method public void onIpSecTransformDeleted(@NonNull android.net.IpSecTransform, int);
67 method public void onOpened(@NonNull android.net.ipsec.ike.ChildSessionConfiguration);
71method @NonNull public java.util.List<android.net.ipsec.ike.IkeTrafficSelector> getInboundTrafficS…
72 method @NonNull public java.util.List<android.net.LinkAddress> getInternalAddresses();
73 method @NonNull public java.util.List<java.net.InetAddress> getInternalDhcpServers();
74 method @NonNull public java.util.List<java.net.InetAddress> getInternalDnsServers();
75 method @NonNull public java.util.List<android.net.IpPrefix> getInternalSubnets();
76method @NonNull public java.util.List<android.net.ipsec.ike.IkeTrafficSelector> getOutboundTraffic…
80 method @IntRange(from=0x12c, to=0x3840) public int getHardLifetimeSeconds();
81method @NonNull public java.util.List<android.net.ipsec.ike.IkeTrafficSelector> getInboundTrafficS…
82method @NonNull public java.util.List<android.net.ipsec.ike.IkeTrafficSelector> getOutboundTraffic…
83 method @NonNull public java.util.List<android.net.ipsec.ike.ChildSaProposal> getSaProposals();
84 method @IntRange(from=0x78, to=0x3840) public int getSoftLifetimeSeconds();
121 method @NonNull public java.util.List<java.lang.Integer> getPseudorandomFunctions();
126 method @NonNull public android.net.ipsec.ike.IkeSaProposal.Builder addDhGroup(int);
127method @NonNull public android.net.ipsec.ike.IkeSaProposal.Builder addEncryptionAlgorithm(int, int…
128 method @NonNull public android.net.ipsec.ike.IkeSaProposal.Builder addIntegrityAlgorithm(int);
129 method @NonNull public android.net.ipsec.ike.IkeSaProposal.Builder addPseudorandomFunction(int);
130 method @NonNull public android.net.ipsec.ike.IkeSaProposal build();
135 method public void close();
136 method public void closeChildSession(@NonNull android.net.ipsec.ike.ChildSessionCallback);
137 method public void kill();
138method public void openChildSession(@NonNull android.net.ipsec.ike.ChildSessionParams, @NonNull an…
142 method public void onClosed();
143method public void onClosedExceptionally(@NonNull android.net.ipsec.ike.exceptions.IkeException);
144 method public void onError(@NonNull android.net.ipsec.ike.exceptions.IkeProtocolException);
145 method public void onOpened(@NonNull android.net.ipsec.ike.IkeSessionConfiguration);
149method @NonNull public android.net.ipsec.ike.IkeSessionConnectionInfo getIkeSessionConnectionInfo(…
150 method @NonNull public java.util.List<java.net.InetAddress> getPcscfServers();
151 method @NonNull public String getRemoteApplicationVersion();
152 method @NonNull public java.util.List<byte[]> getRemoteVendorIds();
153 method public boolean isIkeExtensionEnabled(int);
159 method @NonNull public java.net.InetAddress getLocalAddress();
160 method @NonNull public android.net.Network getNetwork();
161 method @NonNull public java.net.InetAddress getRemoteAddress();
165method @NonNull public java.util.List<android.net.ipsec.ike.IkeSessionParams.IkeConfigRequest> get…
166 method @IntRange(from=0x14, to=0x708) public int getDpdDelaySeconds();
167 method @IntRange(from=0x12c, to=0x15180) public int getHardLifetimeSeconds();
168method @NonNull public android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig getLocalAuthConfig();
169 method @NonNull public android.net.ipsec.ike.IkeIdentification getLocalIdentification();
170 method @NonNull public android.net.Network getNetwork();
171method @NonNull public android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig getRemoteAuthConfig();
172 method @NonNull public android.net.ipsec.ike.IkeIdentification getRemoteIdentification();
173 method public int[] getRetransmissionTimeoutsMillis();
174 method @NonNull public java.util.List<android.net.ipsec.ike.IkeSaProposal> getSaProposals();
175 method @NonNull public String getServerHostname();
176 method @IntRange(from=0x78, to=0x15180) public int getSoftLifetimeSeconds();
177 method public boolean hasIkeOption(int);
184 method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder addIkeOption(int);
185method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder addPcscfServerRequest(@NonNu…
186method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder addPcscfServerRequest(int);
187method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder addSaProposal(@NonNull andro…
188 method @NonNull public android.net.ipsec.ike.IkeSessionParams build();
189 method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder removeIkeOption(int);
190method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setAuthDigitalSignature(@Nul…
191method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setAuthDigitalSignature(@Nul…
192method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setAuthEap(@Nullable java.se…
193method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setAuthPsk(@NonNull byte[]);
194method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setDpdDelaySeconds(@IntRange…
195method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setLifetimeSeconds(@IntRange…
196method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setLocalIdentification(@NonN…
197method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setNetwork(@NonNull android.…
198method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setRemoteIdentification(@Non…
199method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setRetransmissionTimeoutsMil…
200method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setServerHostname(@NonNull S…
204 method @Nullable public java.net.Inet4Address getAddress();
208 method @Nullable public java.net.Inet6Address getAddress();
215 method @NonNull public java.security.cert.X509Certificate getClientEndCertificate();
216method @NonNull public java.util.List<java.security.cert.X509Certificate> getIntermediateCertifica…
217 method @NonNull public java.security.PrivateKey getPrivateKey();
221 method @Nullable public java.security.cert.X509Certificate getRemoteCaCert();
225 method @NonNull public android.net.eap.EapSessionConfig getEapConfig();
229 method @NonNull public byte[] getPsk();
244 method @NonNull public java.util.List<java.lang.Integer> getDhGroups();
245method @NonNull public java.util.List<android.util.Pair<java.lang.Integer,java.lang.Integer>> getE…
246 method @NonNull public java.util.List<java.lang.Integer> getIntegrityAlgorithms();
277method @NonNull public android.net.ipsec.ike.TransportModeChildSessionParams.Builder addInboundTra…
278method @NonNull public android.net.ipsec.ike.TransportModeChildSessionParams.Builder addOutboundTr…
279method @NonNull public android.net.ipsec.ike.TransportModeChildSessionParams.Builder addSaProposal…
280 method @NonNull public android.net.ipsec.ike.TransportModeChildSessionParams build();
281method @NonNull public android.net.ipsec.ike.TransportModeChildSessionParams.Builder setLifetimeSe…
285method @NonNull public java.util.List<android.net.ipsec.ike.TunnelModeChildSessionParams.TunnelMod…
290method @NonNull public android.net.ipsec.ike.TunnelModeChildSessionParams.Builder addInboundTraffi…
291method @NonNull public android.net.ipsec.ike.TunnelModeChildSessionParams.Builder addInternalAddre…
292method @NonNull public android.net.ipsec.ike.TunnelModeChildSessionParams.Builder addInternalAddre…
293method @NonNull public android.net.ipsec.ike.TunnelModeChildSessionParams.Builder addInternalAddre…
294method @NonNull public android.net.ipsec.ike.TunnelModeChildSessionParams.Builder addInternalDhcpS…
295method @NonNull public android.net.ipsec.ike.TunnelModeChildSessionParams.Builder addInternalDnsSe…
296method @NonNull public android.net.ipsec.ike.TunnelModeChildSessionParams.Builder addOutboundTraff…
297method @NonNull public android.net.ipsec.ike.TunnelModeChildSessionParams.Builder addSaProposal(@N…
298 method @NonNull public android.net.ipsec.ike.TunnelModeChildSessionParams build();
299method @NonNull public android.net.ipsec.ike.TunnelModeChildSessionParams.Builder setLifetimeSecon…
303 method @Nullable public java.net.Inet4Address getAddress();
316 method @Nullable public java.net.Inet6Address getAddress();
317 method public int getPrefixLength();
337 method @Nullable public byte[] getErrorData();
338 method public int getErrorType();