public class CertificateFactoryUtil extends InitializeObject
| Modifier and Type | Field and Description |
|---|---|
static CertificateFactoryUtil |
X509 |
| Constructor and Description |
|---|
CertificateFactoryUtil() |
CertificateFactoryUtil(String type) |
CertificateFactoryUtil(String type,
String provider) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init() |
CertificateFactoryUtil |
setProvider(String provider) |
CertificateFactoryUtil |
setType(String type) |
X509Certificate |
toCertificate(InputStream certInDer) |
X509Certificate |
toCertificate(String certInPem) |
assertNotInitialized, destroy, initializepublic static final CertificateFactoryUtil X509
public CertificateFactoryUtil()
public CertificateFactoryUtil(String type)
protected void init()
throws Exception
init in class InitializeObjectExceptionpublic X509Certificate toCertificate(InputStream certInDer) throws CryptoException
CryptoExceptionpublic X509Certificate toCertificate(String certInPem) throws CryptoException
CryptoExceptionpublic CertificateFactoryUtil setType(String type)
public CertificateFactoryUtil setProvider(String provider)
Copyright © 2019. All rights reserved.