|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.equinox.p2.core.UIServices.TrustInfo
public static class UIServices.TrustInfo
Trust information returned from a trust request. *
Constructor Summary | |
---|---|
UIServices.TrustInfo(Certificate[] trusted,
boolean save,
boolean trustUnsigned)
|
Method Summary | |
---|---|
Certificate[] |
getTrustedCertificates()
Return an array of the certificates that should be trusted for the requested operation. |
boolean |
persistTrust()
Return a boolean indicating whether the trusted certificates should be persisted for future operations. |
boolean |
trustUnsignedContent()
Return a boolean indicating whether the unsigned content should be trusted during this operation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UIServices.TrustInfo(Certificate[] trusted, boolean save, boolean trustUnsigned)
Method Detail |
---|
public Certificate[] getTrustedCertificates()
null
if there are
no certificates that were verified as trusted.public boolean persistTrust()
true
if the trusted certificates should be persisted, false
if
the trust only applies for this request.public boolean trustUnsignedContent()
true
if the unsigned content should be trusted, or if there was no unsigned content,
and false
if there was unsigned content and should not be trusted.
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.