Class DSSCreator
java.lang.Object
br.ufsc.labsec.signature.signer.UnsignedAttributeCreator<PadesInformation,Object,PadesSignature>
br.ufsc.labsec.signature.conformanceVerifier.pades.creators.DSSCreator
public class DSSCreator extends UnsignedAttributeCreator<PadesInformation,Object,PadesSignature>
- 
Constructor Summary
Constructors Constructor Description DSSCreator(PadesSignatureComponent component) - 
Method Summary
Modifier and Type Method Description <T extends PadesInformation>
SignatureAttribute<Object>getAttribute(FileToBeSigned<T> fileToBeSigned, PadesSignature signature)Retorna o atributoMethods inherited from class br.ufsc.labsec.signature.signer.UnsignedAttributeCreator
createRevocationData, isSigned 
- 
Constructor Details
- 
DSSCreator
 
 - 
 - 
Method Details
- 
getAttribute
public <T extends PadesInformation> SignatureAttribute<Object> getAttribute(FileToBeSigned<T> fileToBeSigned, PadesSignature signature) throws SignatureAttributeExceptionDescription copied from class:UnsignedAttributeCreatorRetorna o atributo- Specified by:
 getAttributein classUnsignedAttributeCreator<PadesInformation,Object,PadesSignature>- Returns:
 - Um objeto do atributo
 - Throws:
 SignatureAttributeException- Exceção caso ocorra algum erro durante a construção do objeto
 
 -