Uses of Interface
org.eclipse.osgi.signedcontent.SignedContentEntry

Packages that use SignedContentEntry
org.eclipse.osgi.internal.signedcontent   
org.eclipse.osgi.signedcontent   
 

Uses of SignedContentEntry in org.eclipse.osgi.internal.signedcontent
 

Classes in org.eclipse.osgi.internal.signedcontent that implement SignedContentEntry
 class SignedContentFile.SignedContentFileEntry
           
 class SignedContentImpl.SignedContentEntryImpl
           
 

Methods in org.eclipse.osgi.internal.signedcontent that return SignedContentEntry
 SignedContentEntry[] SignedContentImpl.getSignedEntries()
           
 SignedContentEntry[] SignedContentFile.getSignedEntries()
           
 SignedContentEntry[] SignedBundleFile.getSignedEntries()
           
 SignedContentEntry SignedContentImpl.getSignedEntry(java.lang.String name)
           
 SignedContentEntry SignedContentFile.getSignedEntry(java.lang.String name)
           
 SignedContentEntry SignedBundleFile.getSignedEntry(java.lang.String name)
           
 

Constructors in org.eclipse.osgi.internal.signedcontent with parameters of type SignedContentEntry
SignedContentFile.SignedContentFileEntry(SignedContentEntry entry)
           
 

Uses of SignedContentEntry in org.eclipse.osgi.signedcontent
 

Methods in org.eclipse.osgi.signedcontent that return SignedContentEntry
 SignedContentEntry[] SignedContent.getSignedEntries()
          Returns all entries of the content.
 SignedContentEntry SignedContent.getSignedEntry(java.lang.String name)
          Returns the signed entry for the specified name.
 



Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.