index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
keystore
/
java
/
android
/
security
/
KeyStoreParameter.java
Age
Commit message (
Expand
)
Author
2020-10-27
Keystore SPI: Deprecate encryption flag.
Janis Danisevskis
2015-05-26
Remove KeyStoreParameter.getContext().
Alex Klyubin
2015-05-13
New AndroidKeyStore API in android.security.keystore.
Alex Klyubin
2015-05-12
Flatten KeyStoreKeyProperties constants.
Alex Klyubin
2015-05-11
Link to magic constants used by AndroidKeyStore API.
Alex Klyubin
2015-05-11
Add NonNull and Nullable annotations to AndroidKeyStore API.
Alex Klyubin
2015-05-08
Document when encrypted AndroidKeyStore keys are wiped.
Alex Klyubin
2015-05-08
More Javadocs for AndroidKeyStore public classes.
Alex Klyubin
2015-05-07
Document that new APIs for asymmetric crypto have no effect.
Alex Klyubin
2015-05-07
Merge "Adjust the Javadoc for user authentication timeout." into mnc-dev
Alex Klyubin
2015-05-07
Adjust the Javadoc for user authentication timeout.
Alex Klyubin
2015-05-06
Define String constants for AndroidKeyStore crypto.
Alex Klyubin
2015-04-28
Align AndroidKeyStore API with user auth API.
Alex Klyubin
2015-04-13
Unhide the new AndroidKeyStore API.
Alex Klyubin
2015-04-13
resolved conflicts for merge of a978a3d6 to master
Alex Klyubin
2015-04-13
Use JCA names for block modes, paddings, and digests.
Alex Klyubin
2015-04-09
am 4acc3392: am 8676a88e: am 97d2d7c4: Merge "Fix minor issues in new Javadoc...
Alex Klyubin
2015-04-09
Fix minor issues in new Javadocs of AndroidKeyStore.
Alex Klyubin
2015-04-09
am bbf3cc57: am fd168151: am e26347bb: Merge "Hide KeyStoreParameter.Builder....
Alex Klyubin
2015-04-09
resolved conflicts for merge of b9a9d46c to master
Alex Klyubin
2015-04-09
Hide KeyStoreParameter.Builder.setRandomizedEncryptionRequired.
Alex Klyubin
2015-04-08
Require IND-CPA by default for new AndroidKeyStore keys.
Alex Klyubin
2015-04-07
resolved conflicts for merge of 06adabdb to master
Alex Klyubin
2015-04-07
Make the new AndroidKeyStore API conformant.
Alex Klyubin
2015-04-02
resolved conflicts for merge of e7e705d4 to master
Alex Klyubin
2015-04-02
Expose new key use constraints in KeyPairGeneratorSpec.
Alex Klyubin
2015-04-01
Add fingerprint-specific AndroidKeyStore API.
Alex Klyubin
2015-03-26
Symmetric key import for AndroidKeyStore.
Alex Klyubin
2014-06-11
am b1cb5aab: am 748856f2: am a7ddd029: am 80e84e2d: am f3cecfa2: am 55d525b2:...
Robert Ly
2014-05-07
Add documentation for AndroidKeyStore
Robert Ly
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-04-18
Rename API AndroidKey* -> Key*
Kenny Root