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[] SignedBundleFile.getSignedEntries()
           
 SignedContentEntry[] SignedContentFile.getSignedEntries()
           
 SignedContentEntry[] SignedContentImpl.getSignedEntries()
           
 SignedContentEntry SignedBundleFile.getSignedEntry(String name)
           
 SignedContentEntry SignedContentFile.getSignedEntry(String name)
           
 SignedContentEntry SignedContentImpl.getSignedEntry(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(String name)
          Returns the signed entry for the specified name.
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.