summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/javax/crypto
Commit message (Expand)AuthorAgeFilesLines
* Late binding: add Cipher#init checksKenny Root2015-07-231-82/+208
* javax.crypto.Cipher: try less specific Cipher/Mode/Padding combinations befor...Sergio Giro2015-07-131-23/+19
* libcore: throw InvalidKeyException instead of ProviderExceptionSergio Giro2015-06-093-46/+112
* Revert "Expose getSpi from crypto operations as hidden API."Alex Klyubin2015-05-193-9/+3
* Expose getCurrentSpi from crypto operations as hidden API.Alex Klyubin2015-05-183-0/+40
* Merge "Expose getSpi from crypto operations as hidden API."Alex Klyubin2015-04-033-3/+9
|\
| * Expose getSpi from crypto operations as hidden API.Alex Klyubin2015-03-243-3/+9
* | Merge "Remove a misleading comment."Neil Fuller2015-03-261-3/+0
|\ \ | |/ |/|
| * Remove a misleading comment.Neil Fuller2015-03-131-3/+0
* | Late binding: specified Provider forces its useKenny Root2015-03-163-3/+3
|/
* Make Cipher.update return null for empty input.Alex Klyubin2015-01-231-3/+2
* Fix serialization / deserialization of SealedObjectNeil Fuller2014-07-241-29/+43
* Late binding: support NullCipherKenny Root2014-02-131-1/+11
* Late binding: add support to MacKenny Root2014-02-061-26/+133
* Late binding: add support to KeyAgreementKenny Root2014-02-061-33/+120
* Late binding: reinitializing causes selectionKenny Root2014-02-061-4/+10
* Late binding: fix refactor mistake in CipherKenny Root2014-02-061-3/+3
* Improve JCE getInstance documentationKenny Root2014-02-056-5/+11
* Late binding: supplied Provider should be usedKenny Root2014-02-051-32/+47
* CipherInputStream: increase buffers for speedKenny Root2014-01-151-29/+44
* Late binding: add support to CipherKenny Root2013-12-161-109/+213
* Fix Cipher doc.Xizhi Zhu (Steven)2013-12-051-1/+1
* Add specific exception for wrong final block lengthKenny Root2013-09-121-1/+1
* Move initialization check higher for updateAADKenny Root2013-05-311-3/+3
* Add classes for AEAD encryptionKenny Root2013-05-144-1/+297
* Improve exception detail in Mac.updateBrian Carlstrom2013-01-181-1/+3
* Add consistent reasons for NullPointerExceptionKenny Root2012-09-1411-27/+31
* Merge from AOSPJean-Baptiste Queru2012-07-091-12/+18
|\
| * Fix SealedObject.readObject.Elliott Hughes2012-07-091-12/+18
* | Revert "Revert "Cut down on object allocation in CipherInputStream""Brian Carlstrom2012-05-212-32/+42
* | Revert "Cut down on object allocation in CipherInputStream"Brian Carlstrom2012-05-202-38/+33
* | Cut down on object allocation in CipherInputStreamBrian Carlstrom2012-05-172-33/+38
|/
* CipherSpi.engineUpdate should handle null engineUpdate resultBrian Carlstrom2011-08-231-0/+3
* Avoid loading all CA certs into Zygote memory, lazily load instead (2 of 3)Brian Carlstrom2011-04-291-1/+1
* Factor out our single-byte InputStream.read/OutputStream.write implementations.Elliott Hughes2011-03-071-11/+4
* Remove useless overrides of InputStream.read(byte[]) and OutputStream.write(b...Elliott Hughes2011-03-072-30/+0
* Kill many of the stl_style_names in Java.Elliott Hughes2011-03-072-39/+33
* Fix various FindBugs warnings.Elliott Hughes2011-02-172-3/+3
* resolved conflicts for merge of 6186821c to dalvik-devJesse Wilson2011-02-073-3/+3
|\
| * Move libcore.base classes to libcore.util and libcore.io.Jesse Wilson2011-02-073-3/+3
* | Tolerate leading slash in Cipher transformationBrian Carlstrom2011-01-281-0/+5
* | am c9b49a59: am 4ed57b34: am 79dd7240: Merge "Cipher.init incorrectly impleme...Brian Carlstrom2011-01-251-13/+18
|\ \ | |/
| * Cipher.init incorrectly implements RFC 3280 key usage validationBrian Carlstrom2011-01-231-13/+18
* | Remove useless android-changed comments.Elliott Hughes2011-01-132-4/+0
* | Kill most users of StringTokenizer.Elliott Hughes2011-01-131-20/+16
|/
* Use our canonical Arrays range-checking methods.Elliott Hughes2010-12-032-17/+10
* Stop allocating empty arrays.Elliott Hughes2010-11-092-4/+7
* am 8ae047f5: Merge "Change Engine.getInstance interfaces to make usage less e...Brian Carlstrom2010-10-196-89/+64
|\
| * Change Engine.getInstance interfaces to make usage less error proneBrian Carlstrom2010-10-196-89/+64
* | am 0a480846: Remove Engine.spi memory leak by clearing after accessBrian Carlstrom2010-10-196-84/+91
|\ \ | |/