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 CAdESSignedAttributes
build
(org.bouncycastle.cms.SignerInformation signerInformation) Builds theCAdESSignedAttributes
from aSignerInformation
Methods inherited from class eu.europa.esig.dss.cades.validation.CAdESSigProperties
getAttributes, isExist
-
Method Details
-
build
Builds theCAdESSignedAttributes
from aSignerInformation
- Parameters:
signerInformation
-SignerInformation
to buildCAdESSignedAttributes
from- Returns:
CAdESSignedAttributes
-