public CertificateSigningService
Modifier and Type | Method and Description |
---|---|
java.security.cert.Certificate[] |
retrieveCertificates(java.lang.String requestId)
Poll Certificate Signing Server for the request and returns a chain of certificates if request has been approved, null otherwise.
|
java.lang.String |
submitRequest(org.bouncycastle.pkcs.PKCS10CertificationRequest request)
Submits a CSR to the signing service and returns an opaque request ID.
|
java.lang.String submitRequest(org.bouncycastle.pkcs.PKCS10CertificationRequest request)
Submits a CSR to the signing service and returns an opaque request ID.
java.security.cert.Certificate[] retrieveCertificates(java.lang.String requestId)
Poll Certificate Signing Server for the request and returns a chain of certificates if request has been approved, null otherwise.