mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8229999: Apply java.io.Serial annotations to security types in java.base
Reviewed-by: rriggs, mullan
This commit is contained in:
parent
470d32df73
commit
6d4ef5aaf3
158 changed files with 377 additions and 141 deletions
|
@ -108,6 +108,7 @@ import sun.security.util.SignatureUtil;
|
|||
public abstract class X509Certificate extends Certificate
|
||||
implements X509Extension {
|
||||
|
||||
@java.io.Serial
|
||||
private static final long serialVersionUID = -2491127588187038216L;
|
||||
|
||||
private transient X500Principal subjectX500Principal, issuerX500Principal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue