|
Bouncy Castle Cryptography Library 1.84 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.cms.CMSPatchKit
Toolkit methods for dealing with common errors in CMS classes.
| Constructor Summary | |
CMSPatchKit()
|
|
| Method Summary | |
static SignerInformation |
createNonDERSignerInfo(SignerInformation original)
Create a SignerInformation based on original which uses definite-length rather than DER encoding for verifying the signature on the signed attributes. |
static SignerInformation |
createWithSignatureAlgorithm(SignerInformation original,
org.bouncycastle.asn1.x509.AlgorithmIdentifier signatureAlgorithm)
Create a SignerInformation based on original has it's signatureAlgorithm replaced with the passed in AlgorithmIdentifier. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CMSPatchKit()
| Method Detail |
public static SignerInformation createNonDERSignerInfo(SignerInformation original)
original - the source SignerInformation
public static SignerInformation createWithSignatureAlgorithm(SignerInformation original,
org.bouncycastle.asn1.x509.AlgorithmIdentifier signatureAlgorithm)
original - the source SignerInformation
|
Bouncy Castle Cryptography Library 1.84 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||