java.security.cert
Class CertificateFactorySpi

java.lang.Object
  extended by java.security.cert.CertificateFactorySpi

public abstract class CertificateFactorySpi
extends Object


Constructor Summary
CertificateFactorySpi()
           
 
Method Summary
abstract  Certificate engineGenerateCertificate(InputStream var0)
           
abstract  Collection engineGenerateCertificates(InputStream var0)
           
abstract  CRL engineGenerateCRL(InputStream var0)
           
abstract  Collection engineGenerateCRLs(InputStream var0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateFactorySpi

public CertificateFactorySpi()
Method Detail

engineGenerateCertificate

public abstract Certificate engineGenerateCertificate(InputStream var0)
                                               throws CertificateException
Throws:
CertificateException

engineGenerateCertificates

public abstract Collection engineGenerateCertificates(InputStream var0)
                                               throws CertificateException
Throws:
CertificateException

engineGenerateCRL

public abstract CRL engineGenerateCRL(InputStream var0)
                               throws CRLException
Throws:
CRLException

engineGenerateCRLs

public abstract Collection engineGenerateCRLs(InputStream var0)
                                       throws CRLException
Throws:
CRLException


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.