< prev index next >

src/java.base/share/classes/sun/security/x509/PKIXExtensions.java

Print this page

        

*** 77,87 **** private static final int[] OCSPNoCheck_data = { 1, 3, 6, 1, 5, 5, 7, 48, 1, 5}; // Additional extensions under the PKIX arc that are not necessarily // used in X.509 Certificates or CRLs. ! private static final int OCSPNonce_data [] = { 1, 3, 6, 1, 5, 5, 7, 48, 1, 2}; /** * Identifies the particular public key used to sign the certificate. */ --- 77,87 ---- private static final int[] OCSPNoCheck_data = { 1, 3, 6, 1, 5, 5, 7, 48, 1, 5}; // Additional extensions under the PKIX arc that are not necessarily // used in X.509 Certificates or CRLs. ! private static final int[] OCSPNonce_data = { 1, 3, 6, 1, 5, 5, 7, 48, 1, 2}; /** * Identifies the particular public key used to sign the certificate. */
< prev index next >