Searched refs:SecurityParameterIndex (Results 1 - 2 of 2) 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...]
H A DIpSecTransform.java357 * @param spi a unique {@link IpSecManager.SecurityParameterIndex} to identify transformed
361 @TransformDirection int direction, IpSecManager.SecurityParameterIndex spi) {

Completed in 90 milliseconds