jdk/src/java.base/share/classes/javax/crypto
Bradford Wetmore adca97b659 8286503: Enhance security classes
Reviewed-by: rhalade, mullan, skoivu, weijun
2023-10-17 22:45:06 +00:00
..
interfaces 8284112: Minor cleanup could be done in javax.crypto 2022-04-18 23:48:22 +00:00
spec 8286503: Enhance security classes 2023-10-17 22:45:06 +00:00
AEADBadTagException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
BadPaddingException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
Cipher.java 4964430: (spec) missing IllegalStateException exception requirement for javax.crypto.Cipher.doFinal 2023-10-06 03:07:23 +00:00
CipherInputStream.java 8298865: Excessive memory allocation in CipherOutputStream AEAD decryption 2022-12-20 10:27:33 +00:00
CipherOutputStream.java 8298865: Excessive memory allocation in CipherOutputStream AEAD decryption 2022-12-20 10:27:33 +00:00
CipherSpi.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
CryptoAllPermission.java 8311170: Simplify and modernize equals and hashCode in security area 2023-08-09 12:34:40 +00:00
CryptoPermission.java 8311170: Simplify and modernize equals and hashCode in security area 2023-08-09 12:34:40 +00:00
CryptoPermissions.java 8297074: Use enhanced-for cycle instead of Enumeration in javax.crypto 2022-11-17 20:25:53 +00:00
CryptoPolicyParser.java 8311170: Simplify and modernize equals and hashCode in security area 2023-08-09 12:34:40 +00:00
DecapsulateException.java 8297878: KEM: Implementation 2023-05-30 16:29:19 +00:00
EncryptedPrivateKeyInfo.java 8296442: EncryptedPrivateKeyInfo can be created with an uninitialized AlgorithmParameters 2022-11-16 20:30:34 +00:00
ExemptionMechanism.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
ExemptionMechanismException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
ExemptionMechanismSpi.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
IllegalBlockSizeException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
JceSecurity.java.template 8168469: Memory leak in JceSecurity 2023-05-12 19:24:45 +00:00
JceSecurityManager.java 8268829: Provide an optimized way to walk the stack with Class object only 2023-09-07 21:37:40 +00:00
KEM.java 8297878: KEM: Implementation 2023-05-30 16:29:19 +00:00
KEMSpi.java 8297878: KEM: Implementation 2023-05-30 16:29:19 +00:00
KeyAgreement.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
KeyAgreementSpi.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
KeyGenerator.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
KeyGeneratorSpi.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
Mac.java 6205692: (spec) javax.crypto.MacSpi.engineUpdate(ByteBuffer input): NPE should be specified 2022-08-30 20:51:34 +00:00
MacSpi.java 6205692: (spec) javax.crypto.MacSpi.engineUpdate(ByteBuffer input): NPE should be specified 2022-08-30 20:51:34 +00:00
NoSuchPaddingException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
NullCipher.java 4964430: (spec) missing IllegalStateException exception requirement for javax.crypto.Cipher.doFinal 2023-10-06 03:07:23 +00:00
NullCipherSpi.java 8284112: Minor cleanup could be done in javax.crypto 2022-04-18 23:48:22 +00:00
package-info.java 8284112: Minor cleanup could be done in javax.crypto 2022-04-18 23:48:22 +00:00
ProviderVerifier.java 8294241: Deprecate URL public constructors 2022-11-03 17:18:14 +00:00
SealedObject.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
SecretKey.java 8284112: Minor cleanup could be done in javax.crypto 2022-04-18 23:48:22 +00:00
SecretKeyFactory.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
SecretKeyFactorySpi.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
ShortBufferException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00