Uses of Class
org.eclipse.equinox.p2.core.UIServices.TrustInfo
Package
Description
Provides core support for interacting with a p2-based provisioning system
Defines SPI for registering new implementations of artifact repositories.
-
Uses of UIServices.TrustInfo in org.eclipse.equinox.p2.core
Modifier and TypeMethodDescriptionabstract UIServices.TrustInfo
UIServices.getTrustInfo
(Certificate[][] untrustedChain, String[] unsignedDetail) Opens a UI prompt to capture information about trusted content.UIServices.getTrustInfo
(Certificate[][] unTrustedCertificateChains, Collection<org.bouncycastle.openpgp.PGPPublicKey> untrustedPGPKeys, String[] unsignedDetail) Opens a UI prompt to capture information about trusted content. -
Uses of UIServices.TrustInfo in org.eclipse.equinox.p2.repository.artifact.spi
Modifier and TypeMethodDescriptionIArtifactUIServices.getTrustInfo
(Map<List<Certificate>, Set<IArtifactKey>> untrustedCertificateChains, Map<org.bouncycastle.openpgp.PGPPublicKey, Set<IArtifactKey>> untrustedPGPKeys, Set<IArtifactKey> unsignedArtifacts, Map<IArtifactKey, File> artifactFiles) Opens a UI prompt to capture information about trusted content.static UIServices.TrustInfo
IArtifactUIServices.getTrustInfo
(UIServices uiServices, Map<List<Certificate>, Set<IArtifactKey>> untrustedCertificateChains, Map<org.bouncycastle.openpgp.PGPPublicKey, Set<IArtifactKey>> untrustedPGPKeys, Set<IArtifactKey> unsignedArtifacts, Map<IArtifactKey, File> artifactFiles) Opens a UI prompt to capture information about trusted content.