Optionalcollection: Iterable<X509Certificate, any, any>The number of certificates in the chain.
A certificate chain is never read-only.
Gets the index of the specified certificate, or -1.
Inserts a certificate at the specified index.
Removes the certificate at the specified index.
Gets the certificate at the specified index (C#: this[index] getter).
Sets the certificate at the specified index (C#: this[index] setter).
Adds a range of certificates to the chain.
Clears the chain.
Determines whether the chain contains the specified certificate.
Copies the certificates into the array starting at the specified index.
Removes the specified certificate. Returns true if it was removed.
Removes a range of certificates from the chain.
Gets the certificates matching the predicate (C#: GetMatches(ISelector)).
An X.509 certificate chain.