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