Package | Description |
---|---|
org.eclipse.osgi.internal.signedcontent | |
org.eclipse.osgi.signedcontent |
Equinox Signed Content
|
Modifier and Type | Class and Description |
---|---|
class |
SignerInfoImpl |
Modifier and Type | Method and Description |
---|---|
SignerInfo[] |
SignedBundleFile.getSignerInfos() |
SignerInfo[] |
SignedContentImpl.getSignerInfos() |
SignerInfo[] |
SignedContentImpl.SignedContentEntryImpl.getSignerInfos() |
SignerInfo[] |
SignedContentFile.getSignerInfos() |
SignerInfo[] |
SignedContentFile.SignedContentFileEntry.getSignerInfos() |
SignerInfo |
SignedBundleFile.getTSASignerInfo(SignerInfo signerInfo) |
SignerInfo |
SignedContentImpl.getTSASignerInfo(SignerInfo signerInfo) |
SignerInfo |
SignedContentFile.getTSASignerInfo(SignerInfo signerInfo) |
Modifier and Type | Method and Description |
---|---|
void |
SignedBundleFile.checkValidity(SignerInfo signerInfo) |
void |
SignedContentImpl.checkValidity(SignerInfo signer) |
void |
SignedContentFile.checkValidity(SignerInfo signerInfo) |
Date |
SignedBundleFile.getSigningTime(SignerInfo signerInfo) |
Date |
SignedContentImpl.getSigningTime(SignerInfo signerInfo) |
Date |
SignedContentFile.getSigningTime(SignerInfo signerInfo) |
SignerInfo |
SignedBundleFile.getTSASignerInfo(SignerInfo signerInfo) |
SignerInfo |
SignedContentImpl.getTSASignerInfo(SignerInfo signerInfo) |
SignerInfo |
SignedContentFile.getTSASignerInfo(SignerInfo signerInfo) |
Constructor and Description |
---|
SignedContentImpl.SignedContentEntryImpl(String entryName,
SignerInfo[] entrySigners) |
SignedContentImpl(SignerInfo[] signerInfos,
Map<String,Object> contentMDResults) |
Modifier and Type | Method and Description |
---|---|
SignerInfo[] |
SignedContentEntry.getSignerInfos()
Returns the signer infos for this
SignedContentEntry . |
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.