Package org.webpki.webutil
Class ServletUtil
java.lang.Object
org.webpki.webutil.ServletUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getContextURL
(HttpServletRequest request) static String
getCookie
(HttpServletRequest request, String name) static byte[]
getData
(HttpServletRequest request) static KeyStore
getKeyStore
(ServletContext context, String certsfile, String password) static String
getServerRootURL
(HttpServletRequest request)
-
Method Details
-
getServerRootURL
-
getContextURL
-
getData
- Throws:
IOException
-
getCookie
-
getKeyStore
public static KeyStore getKeyStore(ServletContext context, String certsfile, String password) throws IOException, GeneralSecurityException - Throws:
IOException
GeneralSecurityException
-