Class IdAaEtsSignerAttrCreator
java.lang.Object
br.ufsc.labsec.signature.signer.SignedAttributeCreator<CadesInformation, org.bouncycastle.asn1.cms.Attribute>
br.ufsc.labsec.signature.conformanceVerifier.cades.creator.signed.IdAaEtsSignerAttrCreator
public class IdAaEtsSignerAttrCreator
extends SignedAttributeCreator<CadesInformation, org.bouncycastle.asn1.cms.Attribute>
Esta classe é responsável pela criação do atributo IdAaEtsSignerAttrCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributoMethods inherited from class SignedAttributeCreator
isSigned
-
Constructor Details
-
IdAaEtsSignerAttrCreator
Construtor- Parameters:
component- Componente de assinatura CAdES
-
-
Method Details
-
getAttribute
public <Information extends CadesInformation> SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> getAttribute(FileToBeSigned<Information> fileToBeSigned) throws SignatureAttributeException Retorna o atributo- Specified by:
getAttributein classSignedAttributeCreator<CadesInformation, org.bouncycastle.asn1.cms.Attribute>- Returns:
- Um objeto do atributo
- Throws:
SignatureAttributeException- Exceção caso ocorra algum erro durante a construção do objeto
-