Class CAdESSignedAttributes
java.lang.Object
eu.europa.esig.dss.cades.validation.CAdESSigProperties
eu.europa.esig.dss.cades.validation.CAdESSignedAttributes
- All Implemented Interfaces:
SignatureProperties<CAdESAttribute>,Serializable
Represents the CAdES Signed attributes
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic CAdESSignedAttributesbuild(org.bouncycastle.cms.SignerInformation signerInformation) Builds theCAdESSignedAttributesfrom aSignerInformationMethods inherited from class eu.europa.esig.dss.cades.validation.CAdESSigProperties
getAttributes, isExist
-
Method Details
-
build
Builds theCAdESSignedAttributesfrom aSignerInformation- Parameters:
signerInformation-SignerInformationto buildCAdESSignedAttributesfrom- Returns:
CAdESSignedAttributes
-