Java.Util.Jar.JarEntry.GetCodeSigners Method
Returns the code signers for the digital signatures associated with the JAR file.

Syntax

[Android.Runtime.Register("getCodeSigners", "()[Ljava/security/CodeSigner;", "GetGetCodeSignersHandler")]
public virtual Java.Security.CodeSigner[] GetCodeSigners ()

See Also

Java.Security.CodeSigner

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the code signers for the digital signatures associated with the JAR file. If there is no such code signer, it returns null. Make sure that the everything is read from the input stream before calling this method, or else the method returns null.

Only the digital signature on the entry is cryptographically verified. None of the certificates in the the Java.Security.Cert.CertPath returned from Java.Security.CodeSigner.SignerCertPath are verified and must be verified by the caller if needed. See Java.Security.Cert.CertPathValidator for more information.

[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