Package org.dogtagpki.kra
Class KRASystemCertClient
- java.lang.Object
-
- com.netscape.certsrv.client.Client
-
- org.dogtagpki.kra.KRASystemCertClient
-
public class KRASystemCertClient extends Client
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description KRASystemCertClient(PKIClient client, java.lang.String subsystem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertData
getTransportCert()
void
init()
-
Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, getClient, getName, getSubsystem, removeClient
-
-
-
-
Field Detail
-
resource
public KRASystemCertResource resource
-
-
Constructor Detail
-
KRASystemCertClient
public KRASystemCertClient(PKIClient client, java.lang.String subsystem) throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
-
-
Method Detail
-
init
public void init() throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
-
getTransportCert
public CertData getTransportCert() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-