|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.osgi.internal.signedcontent.LegacyVerifierFactory
public class LegacyVerifierFactory
| Constructor Summary | |
|---|---|
LegacyVerifierFactory(SignedContentFactory signedContentFactory)
|
|
| Method Summary | |
|---|---|
CertificateVerifier |
getVerifier(Bundle bundle)
Returns a certificate verifier for the specified bundle. |
CertificateVerifier |
getVerifier(java.io.File content)
Creates a certificate verifier for the specified content of a repository |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LegacyVerifierFactory(SignedContentFactory signedContentFactory)
| Method Detail |
|---|
public CertificateVerifier getVerifier(java.io.File content)
throws java.io.IOException
CertificateVerifierFactory
getVerifier in interface CertificateVerifierFactorycontent - the content of the repository
java.io.IOException - if an IO exception occurs while reading the repository
public CertificateVerifier getVerifier(Bundle bundle)
throws java.io.IOException
CertificateVerifierFactory
getVerifier in interface CertificateVerifierFactorybundle - the bundle to get a verifier for
java.io.IOException - if an IO exception occurs while reading the bundle content
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||