jdk/src/java.base/share/classes/java/security
Weijun Wang f3815c85a1 8231139: Improved keystore support
Reviewed-by: mullan, ahgross
2019-10-09 17:42:38 +08:00
..
cert 8231139: Improved keystore support 2019-10-09 17:42:38 +08:00
interfaces 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
spec 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
AccessControlContext.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
AccessControlException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
AccessController.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
AlgorithmConstraints.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AlgorithmParameterGenerator.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
AlgorithmParameterGeneratorSpi.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
AlgorithmParameters.java 8214483: Remove algorithms that use MD5 or DES from security requirements 2019-11-13 13:43:06 -05:00
AlgorithmParametersSpi.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
AllPermission.java 8231859: Extra dash after the exception name in @throws clause of javadoc 2019-10-16 18:47:11 -07:00
AuthProvider.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
BasicPermission.java 8231859: Extra dash after the exception name in @throws clause of javadoc 2019-10-16 18:47:11 -07:00
Certificate.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
CodeSigner.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
CodeSource.java 8231139: Improved keystore support 2019-10-09 17:42:38 +08: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 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02: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 8231262: Suppress warnings on non-serializable instance fields in security libs serializable classes 2019-10-09 09:57:41 -07:00
Identity.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01: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 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07: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 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
KeyFactorySpi.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
KeyManagementException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
KeyPair.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
KeyPairGenerator.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
KeyPairGeneratorSpi.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
KeyRep.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
KeyStore.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01: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 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
MessageDigest.java 8214483: Remove algorithms that use MD5 or DES from security requirements 2019-11-13 13:43:06 -05:00
MessageDigestSpi.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01: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 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
PermissionCollection.java 8231859: Extra dash after the exception name in @throws clause of javadoc 2019-10-16 18:47:11 -07:00
Permissions.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
PKCS12Attribute.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
Policy.java 8231859: Extra dash after the exception name in @throws clause of javadoc 2019-10-16 18:47:11 -07:00
PolicySpi.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Principal.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PrivateKey.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
PrivilegedAction.java 8159525: Add @FunctionalInterface annotation to PrivilegedAction and PrivilegedExceptionAction 2019-02-25 08:25:23 -05:00
PrivilegedActionException.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
PrivilegedExceptionAction.java 8159525: Add @FunctionalInterface annotation to PrivilegedAction and PrivilegedExceptionAction 2019-02-25 08:25:23 -05:00
ProtectionDomain.java 8212605: Pure-Java implementation of AccessController.doPrivileged 2018-11-06 16:04:50 -08:00
Provider.java 8231387: java.security.Provider.getService returns random result due to race condition with mutating methods in the same class 2019-09-25 08:29:03 -07: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 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
SecureClassLoader.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
SecureRandom.java 8231262: Suppress warnings on non-serializable instance fields in security libs serializable classes 2019-10-09 09:57:41 -07: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 8215430: Remove the internal package com.sun.net.ssl 2019-03-01 08:35:14 -08:00
SecurityPermission.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
Signature.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01: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 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
SignedObject.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
Signer.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
Timestamp.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07: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 8231139: Improved keystore support 2019-10-09 17:42:38 +08:00
UnresolvedPermissionCollection.java 8229999: Apply java.io.Serial annotations to security types in java.base 2019-08-29 10:52:21 -07:00
URIParameter.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00