Package org.xipki.ca.gateway
Class ProtocolProxyConfWrapper
- java.lang.Object
-
- org.xipki.ca.gateway.ProtocolProxyConfWrapper
-
public class ProtocolProxyConfWrapper extends Object
Class to build the protocol proxy from the configuration.- Since:
- 6.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description ProtocolProxyConfWrapper(ProtocolProxyConf conf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()RequestorAuthenticatorgetAuthenticator()CaProfilesControlgetCaProfiles()PopControlgetPopControl()org.xipki.ca.sdk.SdkClientgetSdkClient()org.xipki.security.SecuritiesgetSecurities()CaNameSignersgetSigners()booleanisLogReqResp()
-
-
-
Constructor Detail
-
ProtocolProxyConfWrapper
public ProtocolProxyConfWrapper(ProtocolProxyConf conf) throws org.xipki.util.exception.InvalidConfException, org.xipki.util.exception.ObjectCreationException
- Throws:
org.xipki.util.exception.InvalidConfExceptionorg.xipki.util.exception.ObjectCreationException
-
-
Method Detail
-
getSecurities
public org.xipki.security.Securities getSecurities()
-
isLogReqResp
public boolean isLogReqResp()
-
getSdkClient
public org.xipki.ca.sdk.SdkClient getSdkClient()
-
getSigners
public CaNameSigners getSigners()
-
getAuthenticator
public RequestorAuthenticator getAuthenticator()
-
getPopControl
public PopControl getPopControl()
-
getCaProfiles
public CaProfilesControl getCaProfiles()
-
destroy
public void destroy()
-
-