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
-
-
Method Summary
Modifier and Type Method Description static CAdESUnsignedAttributesbuild(org.bouncycastle.cms.SignerInformation signerInformation)List<CAdESAttribute>getAttributes()Returns a list of children contained in the element-
Methods inherited from class eu.europa.esig.dss.cades.validation.CAdESSigProperties
isExist
-
-
-
-
Method Detail
-
build
public static CAdESUnsignedAttributes build(org.bouncycastle.cms.SignerInformation signerInformation)
-
getAttributes
public List<CAdESAttribute> 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
ISignatureAttributes
-
-