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 org.mozilla.jss.netscape.security.pkcs.PKCS7
getCertChain()
void
init()
-
Methods inherited from class com.netscape.certsrv.client.SubsystemClient
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
-
-