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