|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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[] |
SignedBundleFile.getSignerInfos()
|
SignerInfo[] |
SignedContentFile.getSignerInfos()
|
SignerInfo[] |
SignedContentFile.SignedContentFileEntry.getSignerInfos()
|
SignerInfo[] |
SignedContentImpl.getSignerInfos()
|
SignerInfo[] |
SignedContentImpl.SignedContentEntryImpl.getSignerInfos()
|
SignerInfo |
SignedBundleFile.getTSASignerInfo(SignerInfo signerInfo)
|
SignerInfo |
SignedContentFile.getTSASignerInfo(SignerInfo signerInfo)
|
SignerInfo |
SignedContentImpl.getTSASignerInfo(SignerInfo signerInfo)
|
| Methods in org.eclipse.osgi.internal.signedcontent with parameters of type SignerInfo | |
|---|---|
void |
SignedBundleFile.checkValidity(SignerInfo signerInfo)
|
void |
SignedContentFile.checkValidity(SignerInfo signerInfo)
|
void |
SignedContentImpl.checkValidity(SignerInfo signer)
|
Date |
SignedBundleFile.getSigningTime(SignerInfo signerInfo)
|
Date |
SignedContentFile.getSigningTime(SignerInfo signerInfo)
|
Date |
SignedContentImpl.getSigningTime(SignerInfo signerInfo)
|
SignerInfo |
SignedBundleFile.getTSASignerInfo(SignerInfo signerInfo)
|
SignerInfo |
SignedContentFile.getTSASignerInfo(SignerInfo signerInfo)
|
SignerInfo |
SignedContentImpl.getTSASignerInfo(SignerInfo signerInfo)
|
| Constructors in org.eclipse.osgi.internal.signedcontent with parameters of type SignerInfo | |
|---|---|
SignedContentImpl.SignedContentEntryImpl(String entryName,
SignerInfo[] entrySigners)
|
|
SignedContentImpl(SignerInfo[] signerInfos,
Map<String,Object> 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. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||