|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knopflerfish.framework.validator.JKSValidator
public class JKSValidator
JKS certificate validator
Constructor Summary | |
---|---|
JKSValidator()
Create an Archive based on contents of an InputStream, the archive is saved as local copy in the specified directory. |
Method Summary | |
---|---|
java.security.cert.Certificate[] |
checkCertificates(java.security.cert.Certificate[] certs)
Check that certificates are valid: |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JKSValidator()
storage
- BundleStorageImpl for this archive.dir
- Directory to save data in.rev
- Revision of bundle content (used for updates).is
- Jar file data in an InputStream.url
- URL to use to CodeSource.location
- Location for archiveMethod Detail |
---|
public java.security.cert.Certificate[] checkCertificates(java.security.cert.Certificate[] certs)
checkCertificates
in interface Validator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |