summaryrefslogtreecommitdiff
path: root/keystore/java/android/security/KeyPairGeneratorSpec.java
AgeCommit message (Expand)Author
2020-10-27Keystore SPI: Deprecate encryption flag.Janis Danisevskis
2017-08-11docs: corrected code example mistakesCindy Kuang
2016-09-19docs: Fixed broken link to Android KeyStore facilityKevin Hufnagle
2015-06-10Android Keystore keys are no longer backed by Conscrypt.Alex Klyubin
2015-05-13New AndroidKeyStore API in android.security.keystore.Alex Klyubin
2015-05-12Flatten KeyStoreKeyProperties constants.Alex Klyubin
2015-05-11Link to magic constants used by AndroidKeyStore API.Alex Klyubin
2015-05-11Add NonNull and Nullable annotations to AndroidKeyStore API.Alex Klyubin
2015-05-08Document when encrypted AndroidKeyStore keys are wiped.Alex Klyubin
2015-05-08More Javadocs for AndroidKeyStore public classes.Alex Klyubin
2015-05-07Document that new APIs for asymmetric crypto have no effect.Alex Klyubin
2015-05-07Merge "Adjust the Javadoc for user authentication timeout." into mnc-devAlex Klyubin
2015-05-07Adjust the Javadoc for user authentication timeout.Alex Klyubin
2015-05-06Define String constants for AndroidKeyStore crypto.Alex Klyubin
2015-04-28Align AndroidKeyStore API with user auth API.Alex Klyubin
2015-04-14am fa2bd4fe: am 888f5cb7: am ecfda064: Merge "Make specifying self-signed cer...Alex Klyubin
2015-04-14Make specifying self-signed cert parameters optional.Alex Klyubin
2015-04-13Unhide the new AndroidKeyStore API.Alex Klyubin
2015-04-13resolved conflicts for merge of a978a3d6 to masterAlex Klyubin
2015-04-13Use JCA names for block modes, paddings, and digests.Alex Klyubin
2015-04-09am 4acc3392: am 8676a88e: am 97d2d7c4: Merge "Fix minor issues in new Javadoc...Alex Klyubin
2015-04-09Fix minor issues in new Javadocs of AndroidKeyStore.Alex Klyubin
2015-04-09resolved conflicts for merge of b9a9d46c to masterAlex Klyubin
2015-04-08Require IND-CPA by default for new AndroidKeyStore keys.Alex Klyubin
2015-04-07resolved conflicts for merge of 06adabdb to masterAlex Klyubin
2015-04-07Make the new AndroidKeyStore API conformant.Alex Klyubin
2015-04-02Add fingerprint-specific API to KeyPairGeneratorSpec.Alex Klyubin
2015-04-02Expose new key use constraints in KeyPairGeneratorSpec.Alex Klyubin
2015-01-16Merge "Remove DSA support from Android KeyStore and KeyChain."Alex Klyubin
2015-01-14Remove DSA support from Android KeyStore and KeyChain.Alex Klyubin
2015-01-14Add KeyPairGenerator.EC backed by Android KeyStore.Alex Klyubin
2014-11-26Track change to ConscryptKenny Root
2014-06-10am f3cecfa2: am 55d525b2: am 716cc7dc: Add documentation for AndroidKeyStoreRobert Ly
2014-05-07Add documentation for AndroidKeyStoreRobert Ly
2013-09-03Unhide functions to allow ECDSA supportKenny Root
2013-09-03Add support for DSA and ECDSA key typesKenny Root
2013-04-18Rename API AndroidKey* -> Key*Kenny Root