public abstract class CertificateFactorySpi extends Object
Constructor and Description |
---|
CertificateFactorySpi() |
Modifier and Type | Method and Description |
---|---|
abstract Certificate |
engineGenerateCertificate(InputStream var0) |
abstract Collection |
engineGenerateCertificates(InputStream var0) |
abstract CRL |
engineGenerateCRL(InputStream var0) |
abstract Collection |
engineGenerateCRLs(InputStream var0) |
public abstract Certificate engineGenerateCertificate(InputStream var0) throws CertificateException
CertificateException
public abstract Collection engineGenerateCertificates(InputStream var0) throws CertificateException
CertificateException
public abstract CRL engineGenerateCRL(InputStream var0) throws CRLException
CRLException
public abstract Collection engineGenerateCRLs(InputStream var0) throws CRLException
CRLException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.