Class CAdESUnsignedAttributes
java.lang.Object
eu.europa.esig.dss.cades.validation.CAdESSigProperties
eu.europa.esig.dss.cades.validation.CAdESUnsignedAttributes
- All Implemented Interfaces:
SignatureProperties<CAdESAttribute>
public class CAdESUnsignedAttributes extends CAdESSigProperties
Represents the CAdES Unsigned attributes
-
Method Summary
Modifier and Type Method Description static CAdESUnsignedAttributesbuild(org.bouncycastle.cms.SignerInformation signerInformation)Builds theCAdESUnsignedAttributesfrom aSignerInformationList<CAdESAttribute>getAttributes()Returns a list of children contained in the elementMethods inherited from class eu.europa.esig.dss.cades.validation.CAdESSigProperties
isExist
-
Method Details
-
build
public static CAdESUnsignedAttributes build(org.bouncycastle.cms.SignerInformation signerInformation)Builds theCAdESUnsignedAttributesfrom aSignerInformation- Parameters:
signerInformation-SignerInformationto buildCAdESUnsignedAttributesfrom- Returns:
CAdESUnsignedAttributes
-
getAttributes
Description copied from interface:SignaturePropertiesReturns a list of children contained in the element- Specified by:
getAttributesin interfaceSignatureProperties<CAdESAttribute>- Overrides:
getAttributesin classCAdESSigProperties- Returns:
- list of
SignatureAttributes
-