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

Packages that use SignedContentEntry
org.eclipse.osgi.signedcontent Equinox Signed Content Package Specification This package provides API for accessing signer information from signed content. 
 

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.