Package | Description |
---|---|
org.bouncycastle.cms | |
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,
org.bouncycastle.asn1.cms.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.
|
static SignerInformation |
SignerInformation.replaceUnsignedAttributes(SignerInformation signerInformation,
org.bouncycastle.asn1.cms.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 Collection |
TSPUtil.getSignatureTimestamps(SignerInformation signerInfo,
DigestCalculatorProvider digCalcProvider)
Fetches the signature time-stamp attributes from a SignerInformation object.
|