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

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

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

Classes in org.eclipse.osgi.internal.signedcontent that implement SignerInfo
 class SignerInfoImpl
           
 

Methods in org.eclipse.osgi.internal.signedcontent that return SignerInfo
 SignerInfo[] SignedContentImpl.getSignerInfos()
           
 SignerInfo[] SignedContentImpl.SignedContentEntryImpl.getSignerInfos()
           
 SignerInfo[] SignedContentFile.getSignerInfos()
           
 SignerInfo[] SignedContentFile.SignedContentFileEntry.getSignerInfos()
           
 SignerInfo[] SignedBundleFile.getSignerInfos()
           
 SignerInfo SignedContentImpl.getTSASignerInfo(SignerInfo signerInfo)
           
 SignerInfo SignedContentFile.getTSASignerInfo(SignerInfo signerInfo)
           
 SignerInfo SignedBundleFile.getTSASignerInfo(SignerInfo signerInfo)
           
 

Methods in org.eclipse.osgi.internal.signedcontent with parameters of type SignerInfo
 void SignedContentImpl.checkValidity(SignerInfo signer)
           
 void SignedContentFile.checkValidity(SignerInfo signerInfo)
           
 void SignedBundleFile.checkValidity(SignerInfo signerInfo)
           
 java.util.Date SignedContentImpl.getSigningTime(SignerInfo signerInfo)
           
 java.util.Date SignedContentFile.getSigningTime(SignerInfo signerInfo)
           
 java.util.Date SignedBundleFile.getSigningTime(SignerInfo signerInfo)
           
 SignerInfo SignedContentImpl.getTSASignerInfo(SignerInfo signerInfo)
           
 SignerInfo SignedContentFile.getTSASignerInfo(SignerInfo signerInfo)
           
 SignerInfo SignedBundleFile.getTSASignerInfo(SignerInfo signerInfo)
           
 

Constructors in org.eclipse.osgi.internal.signedcontent with parameters of type SignerInfo
SignedContentImpl.SignedContentEntryImpl(java.lang.String entryName, SignerInfo[] entrySigners)
           
SignedContentImpl(SignerInfo[] signerInfos, java.util.HashMap contentMDResults)
           
 

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[] SignedContentEntry.getSignerInfos()
          Returns the signer infos for this SignedContentEntry.
 SignerInfo SignedContent.getTSASignerInfo(SignerInfo signerInfo)
          Returns the TSA signer info used to authenticate the signer time of a signer info.
 

Methods in org.eclipse.osgi.signedcontent with parameters of type SignerInfo
 void SignedContent.checkValidity(SignerInfo signerInfo)
          Checks if the certificates are valid for the specified signer.
 java.util.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.
 



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