public interface KeyAndCertificateFactory
| Modifier and Type | Field and Description | 
|---|---|
static String | 
KEY_GENERATION_ALGORITHM  | 
static String | 
SIGNING_ALGORITHM  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
buildAndSaveCertificateAuthorityPrivateKeyAndX509Certificate()  | 
void | 
buildAndSavePrivateKeyAndX509Certificate()  | 
X509Certificate | 
certificateAuthorityX509Certificate()  | 
boolean | 
certificateNotYetCreated()  | 
PrivateKey | 
privateKey()  | 
X509Certificate | 
x509Certificate()  | 
static final String KEY_GENERATION_ALGORITHM
static final String SIGNING_ALGORITHM
void buildAndSaveCertificateAuthorityPrivateKeyAndX509Certificate()
void buildAndSavePrivateKeyAndX509Certificate()
boolean certificateNotYetCreated()
PrivateKey privateKey()
X509Certificate x509Certificate()
X509Certificate certificateAuthorityX509Certificate()
Copyright © 2020. All rights reserved.