-
Class Summary
Class |
Description |
CAdESSignatureParameters |
|
CertifiedAttributesV2 |
Basic support of ETSI EN 319 122-1 V1.1.1 chapter 5.2.6.1
|
CMSUtils |
|
SignedAssertion |
|
SignedAssertions |
|
SignerAttributeV2 |
Basic support of ETSI EN 319 122-1 V1.1.1 chapter 5.2.6.1
Based on org.bouncycastle.asn1.esf.SignerAttribute
Note : signedAssertions are not supported
Quote ETSI : The definition of specific signedAssertions is outside of the scope of the present document
|
TimeStampTokenProductionComparator |
The class used to compare production time of TimeStampToken s
Class checks the production time of timestamps and their covered data
The method compare() returns
-1 if the timeStampTokenOne was created before timeStampTokenTwo
0 if TimeStampTokens were created in the same
1 if the timeStampTokenOne was created after timeStampTokenTwo
|