History log of /frameworks/base/core/java/android/net/PskKeyManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5e86d951a798cae4da6acafdd4af7be7ff2c1b38 21-Sep-2016 Alex Klyubin <klyubin@google.com> Remove android.net.PskKeyManager

android.net.PskKeyManager does not work with upcoming TLS 1.3.
The class does not appear to be used by any Android apps and is thus
likely to be completely removed in the future.

Bug: 30978706
Test: make && make cts
Change-Id: Id9bae20362c5909e4621cdb00102bfee09d970ec
/frameworks/base/core/java/android/net/PskKeyManager.java
71fbb81b14958b80fe55738607740c6630e4e9da 30-Nov-2015 Neil Fuller <nfuller@google.com> Fix @code escapes

The body of {@code} must not be HTML escaped. This is one of
several changes that fix the source in conjunction with a
doclava fix.

Bug: 25757239
Change-Id: Ib38a0fa2dd2a3d68e467f78a812071e763d7e881
/frameworks/base/core/java/android/net/PskKeyManager.java
8e93f0c3bc8497a7ca1ce97a3bd8948612d52c1e 30-Oct-2014 Alex Klyubin <klyubin@google.com> Mention ECDHE_PSK bug in Javadoc of PskKeyManager.

Bug: 18144779
Change-Id: I50e1bb18456295170ef288ad089a0edad7f00ecf
/frameworks/base/core/java/android/net/PskKeyManager.java
fcd8b20e09ca066da6d2564935d8dbfff2777547 21-Jul-2014 Alex Klyubin <klyubin@google.com> Align PSKKeyManager with framework API style.

This CL adjusts android.net.PSKKeyManager as follows:
* Renamed to PskKeyManager to follow naming conventions.
* Changed from interface to abstract class with default
implementations for all methods.

Bug: 16403305
Bug: 15073623
Change-Id: Iefce26b394d4a753412315dad554b5342f3f0b44
/frameworks/base/core/java/android/net/PskKeyManager.java