Class CAdESUnsignedAttributes
java.lang.Object
eu.europa.esig.dss.cades.validation.CAdESSigProperties
eu.europa.esig.dss.cades.validation.CAdESUnsignedAttributes
- All Implemented Interfaces:
SignatureProperties<CAdESAttribute>,Serializable
Represents the CAdES Unsigned attributes
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic CAdESUnsignedAttributesbuild(org.bouncycastle.cms.SignerInformation signerInformation) Builds theCAdESUnsignedAttributesfrom aSignerInformationReturns 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
-