public static class UIServices.TrustInfo extends Object
Constructor and Description |
---|
TrustInfo(Certificate[] trusted,
boolean save,
boolean trustUnsigned) |
Modifier and Type | Method and Description |
---|---|
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.
|
public TrustInfo(Certificate[] trusted, boolean save, boolean trustUnsigned)
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.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.