Java java.security.cert CertificateFactory fields, constructors, methods, implement or subclass

Example usage for Java java.security.cert CertificateFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.cert CertificateFactory.

The text is from its open source code.

Method

CertificategenerateCertificate(InputStream inStream)
Generates a certificate object and initializes it with the data read from the input stream inStream .
CollectiongenerateCertificates(InputStream inStream)
Returns a (possibly empty) collection view of the certificates read from the given input stream inStream .
CertPathgenerateCertPath(InputStream inStream)
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
CertPathgenerateCertPath(List certificates)
Generates a CertPath object and initializes it with a List of Certificate s.
CertPathgenerateCertPath(InputStream inStream, String encoding)
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
CRLgenerateCRL(InputStream inStream)
Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream inStream .
CollectiongenerateCRLs(InputStream inStream)
Returns a (possibly empty) collection view of the CRLs read from the given input stream inStream .
ClassgetClass()
Returns the runtime class of this Object .
CertificateFactorygetInstance(String type)
Returns a certificate factory object that implements the specified certificate type.
CertificateFactorygetInstance(String type, String provider)
Returns a certificate factory object for the specified certificate type.
CertificateFactorygetInstance(String type, Provider provider)
Returns a certificate factory object for the specified certificate type.
ProvidergetProvider()
Returns the provider of this certificate factory.