Package | Description |
---|---|
org.eclipse.osgi.signedcontent |
Equinox Signed Content
Package Specification
This package provides API for accessing signer information from signed content.
|
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 (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.