The members of Java.Security.Cert.CertificateFactory are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. | ||
Creates a new CertificateFactory instance. |
[read-only] | CertPathEncodings | Java.Util.IIterator. Returns an Iterator over the supported CertPath encodings (as Strings). |
[read-only] | Provider | Java.Security.Provider. Returns the Provider of the certificate factory represented by the certificate. |
[read-only] | Type | string. Returns the Certificate type. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |