< prev index next >

src/java.base/share/classes/javax/security/cert/X509Certificate.java

Print this page

        

*** 128,138 **** */ @SuppressWarnings("removal") @Deprecated(since="9", forRemoval=true) public abstract class X509Certificate extends Certificate { ! /* * Constant to lookup in the Security properties file. * In the Security properties file the default implementation * for X.509 v3 is given as: * <pre> * cert.provider.x509v1=com.sun.security.cert.internal.x509.X509V1CertImpl --- 128,138 ---- */ @SuppressWarnings("removal") @Deprecated(since="9", forRemoval=true) public abstract class X509Certificate extends Certificate { ! /** * Constant to lookup in the Security properties file. * In the Security properties file the default implementation * for X.509 v3 is given as: * <pre> * cert.provider.x509v1=com.sun.security.cert.internal.x509.X509V1CertImpl
< prev index next >