Java.Security.Cert.CertificateFactory: Method Members

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

Public Methods

GenerateCertificate(System.IO.Stream) : Certificate
Generates and initializes a Certificate from the provided input stream.
GenerateCertificateAsync(System.IO.Stream) : System.Threading.Tasks.Task<Certificate>
Documentation for this section has not yet been entered.
GenerateCertificates(System.IO.Stream) : ICollection<Certificate>
Generates and initializes a collection of (unrelated) certificates from the provided input stream.
GenerateCertificatesAsync(System.IO.Stream) : System.Threading.Tasks.Task<ICollection<Certificate>>
Documentation for this section has not yet been entered.
GenerateCertPath(IList<Certificate>) : CertPath
Documentation for this section has not yet been entered.
GenerateCertPath(System.IO.Stream) : CertPath
Generates a CertPath (a certificate chain) from the provided InputStream.
GenerateCertPath(System.IO.Stream, string) : CertPath
Generates a CertPath (a certificate chain) from the given inputStream, assuming the given encoding from CertificateFactory.CertPathEncodings.
GenerateCertPathAsync(IList<Certificate>) : System.Threading.Tasks.Task<CertPath>
Documentation for this section has not yet been entered.
GenerateCertPathAsync(System.IO.Stream) : System.Threading.Tasks.Task<CertPath>
Documentation for this section has not yet been entered.
GenerateCertPathAsync(System.IO.Stream, string) : System.Threading.Tasks.Task<CertPath>
Documentation for this section has not yet been entered.
GenerateCRL(System.IO.Stream) : CRL
Generates and initializes a Certificate Revocation List (CRL) from the provided input stream.
GenerateCRLAsync(System.IO.Stream) : System.Threading.Tasks.Task<CRL>
Documentation for this section has not yet been entered.
GenerateCRLs(System.IO.Stream) : ICollection<CRL>
Generates and initializes a collection of Certificate Revocation List (CRL) from the provided input stream.
static
GetInstance(string) : CertificateFactory
Creates a new CertificateFactory instance that provides the requested certificate type.
static
GetInstance(string, Java.Security.Provider) : CertificateFactory
Creates a new CertificateFactory instance from the specified provider that provides the requested certificate type.
static
GetInstance(string, string) : CertificateFactory
Creates a new CertificateFactory instance from the specified provider that provides the requested certificate type.