jdk/src/java.base/share/classes/javax/crypto
Valerie Peng b94314a0d9 8087327: CipherStream produces new byte array on every update or doFinal operation
Changed Cipher[In/Out]putStream to allocate a buffer and reuse it

Reviewed-by: weijun
2020-06-04 20:30:16 +00:00
..
interfaces 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
spec 8241761: Typos: empty lines in javadoc, inconsistent indents, etc. (security-libs only) 2020-04-01 18:38:05 -07:00
AEADBadTagException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
BadPaddingException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
Cipher.java 8246397: Use KnownOIDs for known OIDs 2020-06-04 10:04:32 +08:00
CipherInputStream.java 8087327: CipherStream produces new byte array on every update or doFinal operation 2020-06-04 20:30:16 +00:00
CipherOutputStream.java 8087327: CipherStream produces new byte array on every update or doFinal operation 2020-06-04 20:30:16 +00:00
CipherSpi.java 8181386: CipherSpi ByteBuffer to byte array conversion fails for certain data overlap conditions 2019-07-10 18:43:45 +00:00
CryptoAllPermission.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
CryptoPermission.java 8231262: Suppress warnings on non-serializable instance fields in security libs serializable classes 2019-10-09 09:57:41 -07:00
CryptoPermissions.java 8233884: Avoid looking up standard charsets in security libraries 2019-11-12 01:36:17 -08:00
CryptoPolicyParser.java 8241014: Miscellaneous typos in documentation comments 2020-03-20 20:54:56 +00:00
EncryptedPrivateKeyInfo.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ExemptionMechanism.java 8241761: Typos: empty lines in javadoc, inconsistent indents, etc. (security-libs only) 2020-04-01 18:38:05 -07:00
ExemptionMechanismException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
ExemptionMechanismSpi.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
IllegalBlockSizeException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
JceSecurity.java.template 7107615: scalability bloker in javax.crypto.JceSecurity 2019-05-22 21:38:16 +00:00
JceSecurityManager.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
KeyAgreement.java 8205476: KeyAgreement#generateSecret is not reset for ECDH based algorithm 2018-10-30 13:48:19 -04:00
KeyAgreementSpi.java 8205476: KeyAgreement#generateSecret is not reset for ECDH based algorithm 2018-10-30 13:48:19 -04:00
KeyGenerator.java 8214483: Remove algorithms that use MD5 or DES from security requirements 2019-11-13 13:43:06 -05:00
KeyGeneratorSpi.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Mac.java 8214483: Remove algorithms that use MD5 or DES from security requirements 2019-11-13 13:43:06 -05:00
MacSpi.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
NoSuchPaddingException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
NullCipher.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
NullCipherSpi.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
package-info.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ProviderVerifier.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SealedObject.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
SecretKey.java 8209304: Deprecate serialVersionUID fields in interfaces 2018-08-17 13:37:01 -07:00
SecretKeyFactory.java 8214483: Remove algorithms that use MD5 or DES from security requirements 2019-11-13 13:43:06 -05:00
SecretKeyFactorySpi.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ShortBufferException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00