public class CertificateFactoryUtil extends InitializeObject
mutex| 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 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 © 2017. All rights reserved.