java.lang.Object | |||||
↳ | java.io.InputStream | ||||
↳ | java.io.FilterInputStream | ||||
↳ | java.util.zip.InflaterInputStream | ||||
↳ | java.util.zip.ZipInputStream | ||||
↳ | sun.tools.jar.JarVerifierStream |
This is OBSOLETE. DO NOT USE THIS. Use java.util.jar.JarEntry.getCertificates instead. It has to stay here because some apps (namely HJ and HJV) call directly into it. This class is stripped down greatly from JDK 1.1.x.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
construct a JarVerfierStream from an input stream.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Closes this input stream and releases any system resources associated
with the stream.
| |||||||||||
Closes the current ZIP entry and positions the stream for reading the
next entry.
| |||||||||||
Returns an enumeration of PKCS7 blocks.
| |||||||||||
Convert java.util.jar.Manifest object to a sun.tools.jar.Manifest
object.
| |||||||||||
This method used to be called by various versions of
AppletResourceLoader, even though they didn't do anything with
the result.
| |||||||||||
This method scans to see which entry we're parsing and
keeps various state information depending on what type of
file is being parsed.
| |||||||||||
Returns a Hashtable mapping filenames to vectors of identities.
| |||||||||||
read a single byte.
| |||||||||||
read an array of bytes.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the Identity vector for the given array of Certificates
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
construct a JarVerfierStream from an input stream.
IOException |
---|
Closes this input stream and releases any system resources associated with the stream.
IOException |
---|
Closes the current ZIP entry and positions the stream for reading the next entry.
IOException |
---|
Returns an enumeration of PKCS7 blocks. This looks bogus, but Hotjava just checks to see if enumeration is not null to see if anything was signed!
Convert java.util.jar.Manifest object to a sun.tools.jar.Manifest object.
This method used to be called by various versions of AppletResourceLoader, even though they didn't do anything with the result. We leave them and return null for backwards compatability.
This method scans to see which entry we're parsing and keeps various state information depending on what type of file is being parsed. Files it treats specially are:
IOException |
---|
Returns a Hashtable mapping filenames to vectors of identities.
read a single byte.
IOException |
---|
read an array of bytes.
b | the buffer into which the data is read |
---|---|
off | the start offset in the destination array b |
len | the maximum number of bytes read |
IOException |
---|
Returns the Identity vector for the given array of Certificates