Class IdCounterSignatureCreator
java.lang.Object
br.ufsc.labsec.signature.signer.UnsignedAttributeCreator<CadesInformation, org.bouncycastle.asn1.cms.Attribute, CadesSignature>
br.ufsc.labsec.signature.conformanceVerifier.cades.creator.unsigned.IdCounterSignatureCreator
public class IdCounterSignatureCreator
extends UnsignedAttributeCreator<CadesInformation, org.bouncycastle.asn1.cms.Attribute, CadesSignature>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> getAttribute(FileToBeSigned<Information> fileToBeSigned, CadesSignature signature) Retorna o atributoMethods inherited from class UnsignedAttributeCreator
createRevocationData, isSigned
-
Constructor Details
-
IdCounterSignatureCreator
-
-
Method Details
-
getComponent
-
getAttribute
public <Information extends CadesInformation> SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> getAttribute(FileToBeSigned<Information> fileToBeSigned, CadesSignature signature) throws SignatureAttributeException Description copied from class:UnsignedAttributeCreatorRetorna o atributo- Specified by:
getAttributein classUnsignedAttributeCreator<CadesInformation, org.bouncycastle.asn1.cms.Attribute, CadesSignature>- Returns:
- Um objeto do atributo
- Throws:
SignatureAttributeException- Exceção caso ocorra algum erro durante a construção do objeto
-