Class SignaturePolicyIdentifierCreator
java.lang.Object
br.ufsc.labsec.signature.signer.SignedAttributeCreator<XadesInformation, Element>
br.ufsc.labsec.signature.conformanceVerifier.xades.creator.signed.SignaturePolicyIdentifierCreator
public class SignaturePolicyIdentifierCreator
extends SignedAttributeCreator<XadesInformation, Element>
Esta classe é responsável pela criação do atributo SignaturePolicyIdentifier
-
Constructor Summary
ConstructorsConstructorDescriptionConstrutor -
Method Summary
Modifier and TypeMethodDescription<Information extends XadesInformation>
SignatureAttribute<Element> getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributoMethods inherited from class SignedAttributeCreator
isSigned
-
Constructor Details
-
SignaturePolicyIdentifierCreator
Construtor- Parameters:
component- Componente de assinatura XAdES
-
-
Method Details
-
getAttribute
public <Information extends XadesInformation> SignatureAttribute<Element> getAttribute(FileToBeSigned<Information> fileToBeSigned) throws SignatureAttributeException Retorna o atributo- Specified by:
getAttributein classSignedAttributeCreator<XadesInformation, Element>- Returns:
- Um objeto do atributo
- Throws:
SignatureAttributeException- Exceção caso ocorra algum erro durante a construção do objeto
-