jdk/src/java.base/share/classes/java/security
2022-05-12 13:51:47 +00:00
..
cert 8225433: Clarify behavior of PKIXParameters.setRevocationEnabled when PKIXRevocationChecker is used 2022-04-29 12:27:43 +00:00
interfaces 8272915: (doc) package-info typo in extLink 2021-08-27 23:01:51 +00:00
spec 8285683: Missing @ since 11 in java.security.spec.MGF1ParameterSpec fields 2022-04-27 23:54:37 +00:00
AccessControlContext.java 8275918: Remove unused local variables in java.base security code 2022-01-22 13:56:51 +00:00
AccessControlException.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
AccessController.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
AlgorithmConstraints.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AlgorithmParameterGenerator.java 8260274: Cipher.init(int, key) does not use highest priority provider for random bytes 2021-03-18 23:23:19 +00:00
AlgorithmParameterGeneratorSpi.java 8250246: Address reliance on default constructors in security libs 2020-07-24 13:49:38 -07:00
AlgorithmParameters.java 8214483: Remove algorithms that use MD5 or DES from security requirements 2019-11-13 13:43:06 -05:00
AlgorithmParametersSpi.java 8250246: Address reliance on default constructors in security libs 2020-07-24 13:49:38 -07:00
AllPermission.java 8263105: security-libs doclint cleanup 2021-03-11 00:26:26 +00:00
AuthProvider.java 8273045: Fix misc javadoc bugs in the java.security and javax.net.ssl code 2021-08-27 05:11:25 +00:00
BasicPermission.java 8265426: Update java.security to use instanceof pattern variable 2021-05-07 13:42:40 +00:00
Certificate.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
CodeSigner.java 8265426: Update java.security to use instanceof pattern variable 2021-05-07 13:42:40 +00:00
CodeSource.java 8265426: Update java.security to use instanceof pattern variable 2021-05-07 13:42:40 +00:00
CryptoPrimitive.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DigestException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
DigestInputStream.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
DigestOutputStream.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
DomainCombiner.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
DomainLoadStoreParameter.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
DrbgParameters.java 8212867: Link to DRBG test vectors is redirected to a broken link 2018-10-26 11:11:13 +08:00
GeneralSecurityException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
Guard.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
GuardedObject.java 8263105: security-libs doclint cleanup 2021-03-11 00:26:26 +00:00
Identity.java 8265426: Update java.security to use instanceof pattern variable 2021-05-07 13:42:40 +00:00
IdentityScope.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
InvalidAlgorithmParameterException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
InvalidKeyException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
InvalidParameterException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
Key.java 8283525: http://tools.ietf.org/html/* URLs return 404 2022-04-01 13:26:20 +00:00
KeyException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
KeyFactory.java 8284893: Fix typos in java.base 2022-04-19 20:07:57 +00:00
KeyFactorySpi.java 8250246: Address reliance on default constructors in security libs 2020-07-24 13:49:38 -07:00
KeyManagementException.java 8241761: Typos: empty lines in javadoc, inconsistent indents, etc. (security-libs only) 2020-04-01 18:38:05 -07:00
KeyPair.java 8263105: security-libs doclint cleanup 2021-03-11 00:26:26 +00:00
KeyPairGenerator.java 8284893: Fix typos in java.base 2022-04-19 20:07:57 +00:00
KeyPairGeneratorSpi.java 8250246: Address reliance on default constructors in security libs 2020-07-24 13:49:38 -07:00
KeyRep.java 8281082: Improve javadoc references to JOSS 2022-02-01 22:30:08 +00:00
KeyStore.java 8286423: Destroy password protection in the example code in KeyStore 2022-05-12 13:51:47 +00:00
KeyStoreException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
KeyStoreSpi.java 8278247: KeyStoreSpi::engineGetAttributes does not throws KeyStoreException 2021-12-03 19:52:18 +00:00
MessageDigest.java 8268967: Update java.security to use switch expressions 2021-06-25 16:34:18 +00:00
MessageDigestSpi.java 8250246: Address reliance on default constructors in security libs 2020-07-24 13:49:38 -07:00
NoSuchAlgorithmException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
NoSuchProviderException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
package-info.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Permission.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
PermissionCollection.java 8263105: security-libs doclint cleanup 2021-03-11 00:26:26 +00:00
Permissions.java 8263105: security-libs doclint cleanup 2021-03-11 00:26:26 +00:00
PKCS12Attribute.java 8242151: Improve OID mapping and reuse among JDK security providers for aliases registration 2020-05-19 04:05:03 +00:00
Policy.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
PolicySpi.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
Principal.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PrivateKey.java 8283691: Classes in java.security still reference deprecated classes in spec 2022-03-25 21:21:05 +00:00
PrivilegedAction.java 8285676: Add missing @param tags for type parameters on classes and interfaces 2022-04-28 18:00:34 +00:00
PrivilegedActionException.java 8264148: Update spec for exceptions retrofitted for exception chaining 2021-03-30 19:59:59 +00:00
PrivilegedExceptionAction.java 8285676: Add missing @param tags for type parameters on classes and interfaces 2022-04-28 18:00:34 +00:00
ProtectionDomain.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
Provider.java 8286348: incorrect use of @serial 2022-05-09 20:35:05 +00:00
ProviderException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
PublicKey.java 8283691: Classes in java.security still reference deprecated classes in spec 2022-03-25 21:21:05 +00:00
SecureClassLoader.java 8265426: Update java.security to use instanceof pattern variable 2021-05-07 13:42:40 +00:00
SecureRandom.java 8283525: http://tools.ietf.org/html/* URLs return 404 2022-04-01 13:26:20 +00:00
SecureRandomParameters.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SecureRandomSpi.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
Security.java 8284893: Fix typos in java.base 2022-04-19 20:07:57 +00:00
SecurityPermission.java 8241761: Typos: empty lines in javadoc, inconsistent indents, etc. (security-libs only) 2020-04-01 18:38:05 -07:00
Signature.java 8284415: Collapse identical catch branches in security libs 2022-04-07 10:00:08 +00:00
SignatureException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
SignatureSpi.java 8250246: Address reliance on default constructors in security libs 2020-07-24 13:49:38 -07:00
SignedObject.java 8263105: security-libs doclint cleanup 2021-03-11 00:26:26 +00:00
Signer.java 8241761: Typos: empty lines in javadoc, inconsistent indents, etc. (security-libs only) 2020-04-01 18:38:05 -07:00
Timestamp.java 8265426: Update java.security to use instanceof pattern variable 2021-05-07 13:42:40 +00:00
UnrecoverableEntryException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
UnrecoverableKeyException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
UnresolvedPermission.java 8265426: Update java.security to use instanceof pattern variable 2021-05-07 13:42:40 +00:00
UnresolvedPermissionCollection.java 8265426: Update java.security to use instanceof pattern variable 2021-05-07 13:42:40 +00:00
URIParameter.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00