Java.Security.Cert.CertificateFactory Members

The members of Java.Security.Cert.CertificateFactory are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.
Creates a new CertificateFactory instance.

Public Properties

[read-only]
CertPathEncodingsJava.Util.IIterator. Returns an Iterator over the supported CertPath encodings (as Strings).
[read-only]
ProviderJava.Security.Provider. Returns the Provider of the certificate factory represented by the certificate.
[read-only]
Typestring. Returns the Certificate type.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.