summaryrefslogtreecommitdiff
path: root/core/java/android/net/IpSecAlgorithm.java
AgeCommit message (Expand)Author
2021-04-09Rename FIRST_SDK_INT to DEVICE_INITIAL_SDK_INTpaulhu
2021-03-05Revert "Use VERSION_CODES.S instead of VERSION_CODES.R + 1"Yan Yan
2021-02-25Use VERSION_CODES.S instead of VERSION_CODES.R + 1Yan Yan
2021-02-25Support new IpSecAlgorithm AUTH_AES_CMACYan Yan
2020-10-20Require devices with first sdk 0 or later to support mandatory algorithmsYan Yan
2020-10-16Expose new algorithms as public APIYan Yan
2020-10-15Add new mandatory IPsec algorithmsYan Yan
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-03-28Require explicitly supplied truncation lengthBenedict Wong
2018-03-21Add NonNull Annotations To IpSec API SurfaceNathan Harold
2018-03-16Add support for auth-only transformsBenedict Wong
2018-01-16Make Transforms UnidirectionalNathan Harold
2018-01-04Add validation to IpSecConfig algorithm settersBenedict Wong
2017-12-04Validate IpSecAlgorithm LengthNathan Harold
2017-11-20Javadoc cleanup of IpSecManager API.Jonathan Basseri
2017-11-07Update documentation for AES-GCM-ESP keymat lengthBenedict Wong
2017-10-18Add support for AES-GCM-ESP as an IPSec algorithmBenedict Wong
2017-10-03Add equals() for IpSecAlgorithm and IpSecConfigNathan Harold
2017-09-12Re-Expose IpSecService API SurfaceNathan Harold
2017-09-12Re-Enable Starting of the IpSecServiceNathan Harold
2017-07-24Add dump info to IpSecServiceludi
2017-04-26Hide IpSecManager, IpSecTransform, and IpSecAlgorithmNathan Harold
2017-04-11IpSecManager and IpSecAlgorithm API TweaksNathan Harold
2017-03-31Add Initial IPsec APIs to IpSecServiceNathan Harold
2017-02-28Add API Surface for creating IpSec TransformsNathan Harold