| Class | Description |
|---|---|
| AttributeTableUnitTest | |
| CCMParametersTest | |
| CMSTest | |
| GCMParametersTest | |
| KEMRecipientInfoTest | |
| OctetStringTest | |
| ParseTest | |
| SignerInfoTest |
Confirms org.bouncycastle.asn1.cms.SignerInfo decodes its version and trailing unsignedAttrs
elements through getInstance rather than a direct cast, so a malformed-but-parseable SignerInfo
fails with IllegalArgumentException (the getInstance contract) rather than leaking a
ClassCastException.
|