public class CertificateSigner
This check the certificatePath for certificates required to connect to the Corda network.
If the certificates are not found, a PKCS10CertificationRequest will be submitted to Corda network permissioning server using interface CertificateSigningService
.
This process will enter a slow polling loop until the request has been approved, and then
the certificate chain will be downloaded and stored in KeyStore reside in certificatePath.
Modifier and Type | Class and Description |
---|---|
static class |
CertificateSigner.Companion |
Modifier and Type | Field and Description |
---|---|
static CertificateSigner.Companion |
Companion |
Constructor and Description |
---|
CertificateSigner(NodeConfiguration config,
CertificateSigningService certService)
This check the certificatePath for certificates required to connect to the Corda network.
If the certificates are not found, a PKCS10CertificationRequest will be submitted to Corda network permissioning server using
interface CertificateSigningService .
This process will enter a slow polling loop until the request has been approved, and then
the certificate chain will be downloaded and stored in KeyStore reside in certificatePath. |
Modifier and Type | Method and Description |
---|---|
void |
buildKeyStore() |
CertificateSigningService |
getCertService() |
NodeConfiguration |
getConfig() |
public static CertificateSigner.Companion Companion
public CertificateSigner(NodeConfiguration config, CertificateSigningService certService)
This check the certificatePath for certificates required to connect to the Corda network.
If the certificates are not found, a PKCS10CertificationRequest will be submitted to Corda network permissioning server using interface CertificateSigningService
.
This process will enter a slow polling loop until the request has been approved, and then
the certificate chain will be downloaded and stored in KeyStore reside in certificatePath.
public void buildKeyStore()
public NodeConfiguration getConfig()
public CertificateSigningService getCertService()