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