Package | Description |
---|---|
old.org.bouncycastle.cms | |
old.org.bouncycastle.mail.smime.validator | |
old.org.bouncycastle.tsp |
Modifier and Type | Method and Description |
---|---|
static SignerInformation |
SignerInformation.addCounterSigners(SignerInformation signerInformation,
SignerInformationStore counterSigners)
Return a signer information object with passed in SignerInformationStore representing counter
signatures attached as an unsigned attribute.
|
SignerInformation |
SignerInformationStore.get(SignerId selector)
Return the first SignerInformation object that matches the
passed in selector.
|
static SignerInformation |
SignerInformation.replaceUnsignedAttributes(SignerInformation signerInformation,
AttributeTable unsignedAttributes)
Return a signer information object with the passed in unsigned
attributes replacing the ones that are current associated with
the object passed in.
|
Modifier and Type | Method and Description |
---|---|
static SignerInformation |
SignerInformation.addCounterSigners(SignerInformation signerInformation,
SignerInformationStore counterSigners)
Return a signer information object with passed in SignerInformationStore representing counter
signatures attached as an unsigned attribute.
|
SignerInformationStore |
CMSSignedDataGenerator.generateCounterSigners(SignerInformation signer)
generate a set of one or more SignerInformation objects representing counter signatures on
the passed in SignerInformation object.
|
SignerInformationStore |
CMSSignedDataGenerator.generateCounterSigners(SignerInformation signer,
Provider sigProvider)
Deprecated.
use generateCounterSigners(SignerInformation)
|
SignerInformationStore |
CMSSignedDataGenerator.generateCounterSigners(SignerInformation signer,
String sigProvider)
Deprecated.
use generateCounterSigners(SignerInformation)
|
static SignerInformation |
SignerInformation.replaceUnsignedAttributes(SignerInformation signerInformation,
AttributeTable unsignedAttributes)
Return a signer information object with the passed in unsigned
attributes replacing the ones that are current associated with
the object passed in.
|
Modifier and Type | Method and Description |
---|---|
static Date |
SignedMailValidator.getSignatureTime(SignerInformation signer) |
SignedMailValidator.ValidationResult |
SignedMailValidator.getValidationResult(SignerInformation signer) |
Modifier and Type | Method and Description |
---|---|
static Collection |
TSPUtil.getSignatureTimestamps(SignerInformation signerInfo,
DigestCalculatorProvider digCalcProvider)
Fetches the signature time-stamp attributes from a SignerInformation object.
|
static Collection |
TSPUtil.getSignatureTimestamps(SignerInformation signerInfo,
Provider provider)
Deprecated.
use getSignatureTimestamps(SignerInformation, DigestCalculatorProvider)
|
Copyright © 2015. All rights reserved.