Class DSSCreator
java.lang.Object
br.ufsc.labsec.signature.signer.UnsignedAttributeCreator<PadesInformation, Object, PadesSignature>
br.ufsc.labsec.signature.conformanceVerifier.pades.creators.DSSCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends PadesInformation>
SignatureAttribute<Object> getAttribute(FileToBeSigned<T> fileToBeSigned, PadesSignature signature) Retorna o atributoMethods inherited from class UnsignedAttributeCreator
createRevocationData, isSigned
-
Constructor Details
-
DSSCreator
-
-
Method Details
-
getAttribute
public <T extends PadesInformation> SignatureAttribute<Object> getAttribute(FileToBeSigned<T> fileToBeSigned, PadesSignature signature) throws SignatureAttributeException Description 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
-