public class PfxCertReader extends Object implements KeyCertReader
| Modifier and Type | Field and Description |
|---|---|
private String |
CERT_NOT_FOUND |
private String |
CERT_READ_FAILURE |
private KeyStore |
store |
| Constructor and Description |
|---|
PfxCertReader() |
| Modifier and Type | Method and Description |
|---|---|
private void |
getOrInitPKCS12Store() |
KeyCert |
read(org.springframework.core.io.Resource resource,
String password) |
private String CERT_NOT_FOUND
private String CERT_READ_FAILURE
private KeyStore store
public KeyCert read(org.springframework.core.io.Resource resource, String password)
read in interface KeyCertReaderprivate void getOrInitPKCS12Store()
throws KeyStoreException,
NoSuchProviderException
Copyright © 2019 Microsoft. All rights reserved.