java.security.cert
Class CertificateFactory
java.lang.Object
java.security.cert.CertificateFactory
public class CertificateFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertificateFactory
protected CertificateFactory(CertificateFactorySpi var0,
Provider var1,
String var2)
generateCertificate
public final Certificate generateCertificate(InputStream var0)
throws CertificateException
- Throws:
CertificateException
generateCertificates
public final Collection generateCertificates(InputStream var0)
throws CertificateException
- Throws:
CertificateException
generateCRL
public final CRL generateCRL(InputStream var0)
throws CRLException
- Throws:
CRLException
generateCRLs
public final Collection generateCRLs(InputStream var0)
throws CRLException
- Throws:
CRLException
getInstance
public static final CertificateFactory getInstance(String var0)
throws CertificateException
- Throws:
CertificateException
getInstance
public static final CertificateFactory getInstance(String var0,
String var1)
throws CertificateException,
NoSuchProviderException
- Throws:
CertificateException
NoSuchProviderException
getProvider
public final Provider getProvider()
getType
public final String getType()
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.