Package com.netscape.certsrv.ca
Class CAClient
- java.lang.Object
-
- com.netscape.certsrv.client.Client
-
- com.netscape.certsrv.client.SubsystemClient
-
- com.netscape.certsrv.ca.CAClient
-
public class CAClient extends SubsystemClient
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
logger
-
Fields inherited from class com.netscape.certsrv.client.SubsystemClient
accountClient, AUTH_FAILURE, FAILURE, SUCCESS
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addKRAConnector(KRAConnectorInfo info, java.lang.String sessionID)
void
addOCSPPublisher(java.net.URL url, java.lang.String sessionID)
org.mozilla.jss.netscape.security.pkcs.PKCS7
getCertChain()
void
init()
-
Methods inherited from class com.netscape.certsrv.client.SubsystemClient
addUser, exists, login, logout, requestRange
-
Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClient
-
-
-
-
Constructor Detail
-
CAClient
public CAClient(PKIClient client) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
init
public void init() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getCertChain
public org.mozilla.jss.netscape.security.pkcs.PKCS7 getCertChain() throws java.lang.Exception
- Throws:
java.lang.Exception
-
addKRAConnector
public void addKRAConnector(KRAConnectorInfo info, java.lang.String sessionID) throws java.lang.Exception
- Throws:
java.lang.Exception
-
addOCSPPublisher
public void addOCSPPublisher(java.net.URL url, java.lang.String sessionID) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-