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 CAdESUnsignedAttributes
build
(org.bouncycastle.cms.SignerInformation signerInformation) Builds theCAdESUnsignedAttributes
from aSignerInformation
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 theCAdESUnsignedAttributes
from aSignerInformation
- Parameters:
signerInformation
-SignerInformation
to buildCAdESUnsignedAttributes
from- Returns:
CAdESUnsignedAttributes
-
getAttributes
Description copied from interface:SignatureProperties
Returns a list of children contained in the element- Specified by:
getAttributes
in interfaceSignatureProperties<CAdESAttribute>
- Overrides:
getAttributes
in classCAdESSigProperties
- Returns:
- list of
SignatureAttribute
s
-