Uses of Interface
org.eclipse.osgi.signedcontent.SignedContent
-
Packages that use SignedContent Package Description org.eclipse.osgi.signedcontent Equinox Signed Content -
-
Uses of SignedContent in org.eclipse.osgi.signedcontent
Methods in org.eclipse.osgi.signedcontent that return SignedContent Modifier and Type Method Description SignedContent
SignedContentFactory. getSignedContent(File content)
Returns aSignedContent
object for the specified content of a repository.SignedContent
SignedContentFactory. getSignedContent(Bundle bundle)
Returns aSignedContent
object for the specified bundle.
-