Eclipse Platform
Release 3.4

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

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

Uses of SignerInfo in org.eclipse.osgi.signedcontent
 

Methods in org.eclipse.osgi.signedcontent that return SignerInfo
 SignerInfo[] SignedContent.getSignerInfos()
          Returns all the signer infos for this SignedContent.
 SignerInfo SignedContent.getTSASignerInfo(SignerInfo signerInfo)
          Returns the TSA signer info used to authenticate the signer time of a signer info.
 SignerInfo[] SignedContentEntry.getSignerInfos()
          Returns the signer infos for this SignedContentEntry.
 

Methods in org.eclipse.osgi.signedcontent with parameters of type SignerInfo
 Date SignedContent.getSigningTime(SignerInfo signerInfo)
          Returns the signing time for the signer info.
 SignerInfo SignedContent.getTSASignerInfo(SignerInfo signerInfo)
          Returns the TSA signer info used to authenticate the signer time of a signer info.
 void SignedContent.checkValidity(SignerInfo signerInfo)
          Checks if the certificates are valid for the specified signer.
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.