Java.Util.Jar.JarEntry.GetCertificates Method
Returns an array of Certificate Objects associated with this entry or null if none exists.

Syntax

[Android.Runtime.Register("getCertificates", "()[Ljava/security/cert/Certificate;", "GetGetCertificatesHandler")]
public virtual Java.Security.Cert.Certificate[] GetCertificates ()

See Also

Java.Security.Cert.Certificate

Returns

Documentation for this section has not yet been entered.

Remarks

Returns an array of Certificate Objects associated with this entry or null if none exists. Make sure that the everything is read from the input stream before calling this method, or else the method returns null.

This method returns all the signers' unverified chains concatenated together in one array. To know which certificates were tied to the private keys that made the signatures on this entry, see JarEntry.GetCodeSigners instead.

[Android Documentation]

Requirements

Namespace: Java.Util.Jar
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1