jdk/src/java.base/share/classes/sun/security/x509/X509CRLEntryImpl.java
changeset 32649 2ee9017c7597
parent 31426 9cd672654f97
child 34687 d302ed125dc9
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    74     private Date revocationDate = null;
    74     private Date revocationDate = null;
    75     private CRLExtensions extensions = null;
    75     private CRLExtensions extensions = null;
    76     private byte[] revokedCert = null;
    76     private byte[] revokedCert = null;
    77     private X500Principal certIssuer;
    77     private X500Principal certIssuer;
    78 
    78 
    79     private final static boolean isExplicit = false;
    79     private static final boolean isExplicit = false;
    80     private static final long YR_2050 = 2524636800000L;
    80     private static final long YR_2050 = 2524636800000L;
    81 
    81 
    82     /**
    82     /**
    83      * Constructs a revoked certificate entry using the given
    83      * Constructs a revoked certificate entry using the given
    84      * serial number and revocation date.
    84      * serial number and revocation date.