Package org.eclipse.jetty.util.security
Class CertificateUtils
- java.lang.Object
-
- org.eclipse.jetty.util.security.CertificateUtils
-
@Deprecated(since="2021-05-27") public class CertificateUtils extends java.lang.Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description CertificateUtils()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.security.KeyStore
getKeyStore(Resource store, java.lang.String storeType, java.lang.String storeProvider, java.lang.String storePassword)
Deprecated.static java.util.Collection<? extends java.security.cert.CRL>
loadCRL(java.lang.String crlPath)
Deprecated.
-
-
-
Method Detail
-
getKeyStore
public static java.security.KeyStore getKeyStore(Resource store, java.lang.String storeType, java.lang.String storeProvider, java.lang.String storePassword) throws java.lang.Exception
Deprecated.- Throws:
java.lang.Exception
-
loadCRL
public static java.util.Collection<? extends java.security.cert.CRL> loadCRL(java.lang.String crlPath) throws java.lang.Exception
Deprecated.- Throws:
java.lang.Exception
-
-