|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscep.client.Client
public class Client
This class represents a SCEP client, or Requester.
| Nested Class Summary | |
|---|---|
static class |
Client.Builder
This class is used for building immutable instances of the Client
class. |
| Method Summary | |
|---|---|
Transaction |
createTransaction()
Creates a new transaction for a PKIOperation. |
Capabilities |
getCaCapabilities()
Retrieves the set of SCEP capabilities from the CA. |
List<X509Certificate> |
getCaCertificate()
Retrieves the CA certificate. |
List<X509Certificate> |
getRolloverCertificate()
Retrieves the "rollover" certificate to be used by the CA. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Transaction createTransaction()
throws IOException
IOException
public Capabilities getCaCapabilities()
throws IOException
IOException - if any I/O error occurs.
public List<X509Certificate> getCaCertificate()
throws IOException
If the CA is using an RA, the RA certificate will also be present in the returned list.
IOException - if any I/O error occurs.
public List<X509Certificate> getRolloverCertificate()
throws IOException
If the CA is using an RA, the RA certificate will be present in the returned list.
IOException - if any I/O error occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||