Java.Util.Jar.JarEntry Members

The members of Java.Util.Jar.JarEntry are listed below.

See Also: Inherited members from Java.Util.Zip.ZipEntry

Public Constructors

Create a new JarEntry using the values obtained from the argument.
Creates a new JarEntry using the values obtained from entry.
Creates a new JarEntry named name.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
AttributesAttributes. Returns the Attributes object associated with this entry or null if none exists.

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

GetCertificates() : Java.Security.Cert.Certificate[]
Returns an array of Certificate Objects associated with this entry or null if none exists.
GetCodeSigners() : Java.Security.CodeSigner[]
Returns the code signers for the digital signatures associated with the JAR file.