java.lang.Object | |
↳ | sun.security.util.SignatureFileVerifier |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create the named SignatureFileVerifier.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Utility method used by JarVerifier and JarSigner
to determine the signature file names and PKCS7 block
files names that are supported
| |||||||||||
returns true if we need this .SF file.
| |||||||||||
returns true if we need the .SF file
| |||||||||||
process the signature block file.
| |||||||||||
used to set the raw bytes of the .SF file when it
is external to the signature block file.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create the named SignatureFileVerifier.
name | the name of the signature block file (.DSA/.RSA) |
---|---|
rawBytes | the raw bytes of the signature block file |
CertificateException | |
---|---|
IOException |
Utility method used by JarVerifier and JarSigner to determine the signature file names and PKCS7 block files names that are supported
s | file name |
---|
returns true if we need this .SF file.
name | the name of the .SF file without the extension |
---|
returns true if we need the .SF file
process the signature block file. Goes through the .SF file and adds code signers for each section where the .SF section hash was verified against the Manifest section.
used to set the raw bytes of the .SF file when it is external to the signature block file.