Package org.xipki.security.util
Interface HttpRequestMetadataRetriever
-
public interface HttpRequestMetadataRetrieverInterface to retrieve the metadata of HTTP request.- Since:
- 3.0.1
- Author:
- Lijun Liao (xipki)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHeader(String headerName)StringgetParameter(String paramName)X509CertgetTlsClientCert()
-
-
-
Method Detail
-
getTlsClientCert
X509Cert getTlsClientCert() throws IOException
- Throws:
IOException
-
-