class HTTPCertificateSigningService : CertificateSigningService
| <init> |
HTTPCertificateSigningService(server: URL) |
| server |
val server: URL |
| retrieveCertificates |
fun retrieveCertificates(requestId: String): Array<Certificate>?
Poll Certificate Signing Server for the request and returns a chain of certificates if request has been approved, null otherwise. |
| submitRequest |
fun submitRequest(request: PKCS10CertificationRequest): String
Submits a CSR to the signing service and returns an opaque request ID. |
| clientVersion |
val clientVersion: String |