summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/javax/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Remove Engine.spi memory leak by clearing after accessBrian Carlstrom2010-10-196-84/+91
* | Simplify skip() to use skipByReading or the superclass where possible.Jesse Wilson2010-10-011-23/+3
|/
* resolved conflicts for merge of 53e83038 to masterBrian Carlstrom2010-09-281-2/+5
|\
| * Scrub missing calls to super.finalize()Brian Carlstrom2010-09-281-4/+7
* | Don't null out fields in ExemptionMechanism.finalize().Jesse Wilson2010-09-021-6/+8
|/
* Adding documentation for a API bug in FilterInputStream subclassesJesse Wilson2010-08-311-0/+4
* Sorting imports.Jesse Wilson2010-08-1114-19/+6
* RI 6 support for javax.net.sslBrian Carlstrom2010-05-261-4/+4
* Remove more localized exception messages.Elliott Hughes2010-05-2118-311/+202
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-1328-190/+190
* Remove //$NON-NLS-\d$ cruft.Elliott Hughes2010-05-1319-160/+160
* merge more modules into luniPeter Hallam2010-04-2744-0/+7740