summaryrefslogtreecommitdiff
path: root/core/java/android/net/IpSecManager.java
Commit message (Expand)AuthorAgeFilesLines
* Javadoc cleanup of IpSecManager API.Jonathan Basseri2017-11-201-101/+171
* Fix signature for finalize() to resolve API Lint errorNathan Harold2017-11-071-1/+1
* Input Validation for IpSecServiceNathan Harold2017-10-031-2/+6
* Re-Expose IpSecService API SurfaceNathan Harold2017-09-121-1/+3
* Re-Enable Starting of the IpSecServiceNathan Harold2017-09-121-0/+2
* Merge "Annotate @SystemApi with required permissions." into oc-devJeff Sharkey2017-06-051-4/+3
|\
| * Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-4/+3
| * Hide IpSecManager, IpSecTransform, and IpSecAlgorithmNathan Harold2017-04-251-0/+2
| * Hide Socket+DatagramSocket IpSecTransform methodsNathan Harold2017-04-171-1/+5
| * Consistenly Throw IOExceptions from IpSecManagerNathan Harold2017-04-171-4/+7
| * Add FileDescriptor Versions of applyTransportModeTransform()Nathan Harold2017-04-131-0/+31
| * IpSecManager and IpSecAlgorithm API TweaksNathan Harold2017-04-131-1/+30
| * Add Initial IPsec APIs to IpSecServiceNathan Harold2017-04-051-22/+90
| * IpSecManager and IpSecTransform API CleanupNathan Harold2017-04-051-2/+0
| * Change reserveSecurityParameterIndex() to take a remoteAddressNathan Harold2017-04-051-15/+11
| * Add a Skeleton IpSecServiceNathan Harold2017-04-051-17/+14
* | Add UDP Encap Socket Support to IpSecManagerNathan Harold2017-06-021-46/+99
* | Hide IpSecManager, IpSecTransform, and IpSecAlgorithmNathan Harold2017-04-261-0/+2
* | Hide Socket+DatagramSocket IpSecTransform methodsNathan Harold2017-04-171-1/+5
* | Consistenly Throw IOExceptions from IpSecManagerNathan Harold2017-04-171-4/+7
* | Add FileDescriptor Versions of applyTransportModeTransform()Nathan Harold2017-04-111-0/+31
* | IpSecManager and IpSecAlgorithm API TweaksNathan Harold2017-04-111-1/+30
* | Add Initial IPsec APIs to IpSecServiceNathan Harold2017-03-311-22/+90
* | IpSecManager and IpSecTransform API CleanupNathan Harold2017-03-311-2/+0
* | Change reserveSecurityParameterIndex() to take a remoteAddressNathan Harold2017-03-291-15/+11
* | Add a Skeleton IpSecServiceNathan Harold2017-03-291-17/+14
|/
* Add API Surface for creating IpSec TransformsNathan Harold2017-02-281-0/+379