Searched defs:SecurityParameterIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIpSecManager.java103 public static final class SecurityParameterIndex implements AutoCloseable { class in class:IpSecManager
118 * <p>Release an SPI for use by other users in the system. If a SecurityParameterIndex is
141 private SecurityParameterIndex( method in class:IpSecManager.SecurityParameterIndex
196 * SecurityParameterIndex#close()}.
200 * @return the reserved SecurityParameterIndex
205 public SecurityParameterIndex reserveSecurityParameterIndex(
208 return new SecurityParameterIndex(
222 * SecurityParameterIndex#close()}.
227 * @return the reserved SecurityParameterIndex
231 public SecurityParameterIndex reserveSecurityParameterInde
[all...]

Completed in 48 milliseconds