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 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 KeyStoregetKeyStore(Resource store, String storeType, String storeProvider, String storePassword)Deprecated.static Collection<? extends CRL>loadCRL(String crlPath)Deprecated.
-
-
-
Method Detail
-
getKeyStore
public static KeyStore getKeyStore(Resource store, String storeType, String storeProvider, String storePassword) throws Exception
Deprecated.- Throws:
Exception
-
loadCRL
public static Collection<? extends CRL> loadCRL(String crlPath) throws Exception
Deprecated.- Throws:
Exception
-
-