The methods of Java.Security.Cert.CertificateFactory are listed below. For a list of all members, see the CertificateFactory Members list.
See Also: Inherited members from Java.Lang.Object
GenerateCertificate(System.IO.Stream)Generates and initializes a Certificate from the provided input stream. | ||
GenerateCertificateAsync(System.IO.Stream)Documentation for this section has not yet been entered. | ||
GenerateCertificates(System.IO.Stream)Generates and initializes a collection of (unrelated) certificates from the provided input stream. | ||
GenerateCertificatesAsync(System.IO.Stream)Documentation for this section has not yet been entered. | ||
GenerateCertPath(IList<Certificate>)Documentation for this section has not yet been entered. | ||
GenerateCertPath(System.IO.Stream)Generates a CertPath (a certificate chain) from the provided InputStream. | ||
GenerateCertPath(System.IO.Stream, string)Generates a CertPath (a certificate chain) from the given inputStream, assuming the given encoding from CertificateFactory.CertPathEncodings. | ||
GenerateCertPathAsync(IList<Certificate>)Documentation for this section has not yet been entered. | ||
GenerateCertPathAsync(System.IO.Stream)Documentation for this section has not yet been entered. | ||
GenerateCertPathAsync(System.IO.Stream, string)Documentation for this section has not yet been entered. | ||
GenerateCRL(System.IO.Stream)Generates and initializes a Certificate Revocation List (CRL) from the provided input stream. | ||
GenerateCRLAsync(System.IO.Stream)Documentation for this section has not yet been entered. | ||
GenerateCRLs(System.IO.Stream)Generates and initializes a collection of Certificate Revocation List (CRL) from the provided input stream. | ||
static | GetInstance(string)Creates a new CertificateFactory instance that provides the requested certificate type. | |
static | GetInstance(string, Java.Security.Provider)Creates a new CertificateFactory instance from the specified provider that provides the requested certificate type. | |
static | GetInstance(string, string)Creates a new CertificateFactory instance from the specified provider that provides the requested certificate type. |