Class SignaturePolicyIdentifierCreator
java.lang.Object
br.ufsc.labsec.signature.signer.SignedAttributeCreator<JadesInformation, JadesAttrCommonStruct>
br.ufsc.labsec.signature.conformanceVerifier.jades.creator.signed.SignaturePolicyIdentifierCreator
public class SignaturePolicyIdentifierCreator
extends SignedAttributeCreator<JadesInformation, JadesAttrCommonStruct>
-
Constructor Summary
ConstructorsConstructorDescriptionConstrutor -
Method Summary
Modifier and TypeMethodDescription<Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct> getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributoMethods inherited from class SignedAttributeCreator
isSigned
-
Constructor Details
-
SignaturePolicyIdentifierCreator
Construtor- Parameters:
attributeIncluder- Gerenciador de atributos JWS
-
-
Method Details
-
getAttribute
public <Information extends JadesInformation> SignatureAttribute<JadesAttrCommonStruct> getAttribute(FileToBeSigned<Information> fileToBeSigned) throws SignatureAttributeException Description copied from class:SignedAttributeCreatorRetorna o atributo- Specified by:
getAttributein classSignedAttributeCreator<JadesInformation, JadesAttrCommonStruct>- Returns:
- Um objeto do atributo
- Throws:
SignatureAttributeException- Exceção caso ocorra algum erro durante a construção do objeto
-