Class IdAaSigningCertificateV2Creator
java.lang.Object
br.ufsc.labsec.signature.signer.SignedAttributeCreator<CadesInformation, org.bouncycastle.asn1.cms.Attribute>
br.ufsc.labsec.signature.conformanceVerifier.cades.creator.signed.IdAaSigningCertificateV2Creator
public class IdAaSigningCertificateV2Creator
extends SignedAttributeCreator<CadesInformation, org.bouncycastle.asn1.cms.Attribute>
-
Constructor Summary
ConstructorsConstructorDescriptionConstrutor -
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
-
IdAaSigningCertificateV2Creator
Construtor- Parameters:
component- Gerenciador de atributos 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
-