jdk/src/java.base/share/classes/java/security
2024-06-25 12:21:46 +00:00
..
cert 8328318: Wrong description in X509Extension.getExtensionValue method javadoc 2024-04-09 20:03:18 +00:00
interfaces 8328501: Incorrect @since tags for java security interfaces 2024-05-06 15:54:40 +00:00
spec 8248981: Specify list of standard message digest and mgf algorithms for RSASSA-PSS signature 2024-06-25 12:21:46 +00:00
AccessControlContext.java 8311170: Simplify and modernize equals and hashCode in security area 2023-08-09 12:34:40 +00:00
AccessControlException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
AccessController.java 8287061: Support for rematerializing scalar replaced objects participating in allocation merges 2023-07-17 23:01:35 +00:00
AlgorithmConstraints.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
AlgorithmParameterGenerator.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
AlgorithmParameterGeneratorSpi.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
AlgorithmParameters.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
AlgorithmParametersSpi.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
AllPermission.java 8311170: Simplify and modernize equals and hashCode in security area 2023-08-09 12:34:40 +00:00
AsymmetricKey.java 8318096: Introduce AsymmetricKey interface with a getParams method 2023-10-26 22:43:06 +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 8311170: Simplify and modernize equals and hashCode in security area 2023-08-09 12:34:40 +00:00
Certificate.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
CodeSigner.java 8286503: Enhance security classes 2023-10-17 22:45:06 +00:00
CodeSource.java 8311170: Simplify and modernize equals and hashCode in security area 2023-08-09 12:34:40 +00:00
CryptoPrimitive.java
DigestException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
DigestInputStream.java 8325189: Enable this-escape javac warning in java.base 2024-02-07 20:05:11 +00:00
DigestOutputStream.java 8325189: Enable this-escape javac warning in java.base 2024-02-07 20:05:11 +00:00
DomainCombiner.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
DomainLoadStoreParameter.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
DrbgParameters.java 8299230: Use https: in links 2022-12-22 15:29:53 +00:00
GeneralSecurityException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
Guard.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
GuardedObject.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
Identity.java 8325189: Enable this-escape javac warning in java.base 2024-02-07 20:05:11 +00:00
IdentityScope.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
InvalidAlgorithmParameterException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
InvalidKeyException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
InvalidParameterException.java 8296226: Add constructors (String,Throwable) and (Throwable) to InvalidParameterException 2022-11-07 07:50:12 +00:00
Key.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
KeyException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
KeyFactory.java 8323624: ProviderList.ServiceList does not need to be a list 2024-03-29 15:23:26 +00:00
KeyFactorySpi.java 8285263: Minor cleanup could be done in java.security 2022-06-13 15:13:56 +00:00
KeyManagementException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
KeyPair.java 8285263: Minor cleanup could be done in java.security 2022-06-13 15:13:56 +00:00
KeyPairGenerator.java 8323624: ProviderList.ServiceList does not need to be a list 2024-03-29 15:23:26 +00:00
KeyPairGeneratorSpi.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
KeyRep.java 8285263: Minor cleanup could be done in java.security 2022-06-13 15:13:56 +00:00
KeyStore.java 8304956: Update KeyStore.getDefaultType​() specification to return pkcs12 as fallback 2023-09-22 17:31:57 +00:00
KeyStoreException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
KeyStoreSpi.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
MessageDigest.java 8295919: java.security.MessageDigest.isEqual does not adhere to @implNote 2023-09-29 18:47:47 +00:00
MessageDigestSpi.java 8300416: java.security.MessageDigestSpi clone can result in thread-unsafe clones 2023-02-07 17:40:22 +00:00
NoSuchAlgorithmException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
NoSuchProviderException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
package-info.java 8285263: Minor cleanup could be done in java.security 2022-06-13 15:13:56 +00:00
Permission.java 8311170: Simplify and modernize equals and hashCode in security area 2023-08-09 12:34:40 +00:00
PermissionCollection.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
Permissions.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
PKCS12Attribute.java 8311170: Simplify and modernize equals and hashCode in security area 2023-08-09 12:34:40 +00:00
Policy.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
PolicySpi.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
Principal.java 8311170: Simplify and modernize equals and hashCode in security area 2023-08-09 12:34:40 +00:00
PrivateKey.java 8318096: Introduce AsymmetricKey interface with a getParams method 2023-10-26 22:43:06 +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 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +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 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
Provider.java 8324646: Avoid Class.forName in SecureRandom constructor 2024-02-09 14:38:09 +00:00
ProviderException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
PublicKey.java 8318096: Introduce AsymmetricKey interface with a getParams method 2023-10-26 22:43:06 +00:00
SecureClassLoader.java 8311170: Simplify and modernize equals and hashCode in security area 2023-08-09 12:34:40 +00:00
SecureRandom.java 8332086: Remove the usage of ServiceLoader in j.u.r.RandomGeneratorFactory 2024-05-21 12:53:03 +00:00
SecureRandomParameters.java
SecureRandomSpi.java 8285263: Minor cleanup could be done in java.security 2022-06-13 15:13:56 +00:00
Security.java 8175874: Update Security.insertProviderAt to specify behavior when requested position is out of range. 2023-08-23 18:10:11 +00:00
SecurityPermission.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
Signature.java 8323624: ProviderList.ServiceList does not need to be a list 2024-03-29 15:23:26 +00:00
SignatureException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
SignatureSpi.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
SignedObject.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
Signer.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
Timestamp.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
UnrecoverableEntryException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
UnrecoverableKeyException.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00
UnresolvedPermission.java 8311170: Simplify and modernize equals and hashCode in security area 2023-08-09 12:34:40 +00:00
UnresolvedPermissionCollection.java 8301462: Convert Permission files to use lambda after JDK-8076596 2023-02-08 19:06:41 +00:00
URIParameter.java 8284851: Update javax.crypto files to use proper javadoc for mentioned classes 2022-07-07 23:20:58 +00:00