Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.common.AttributeFactory
-
Uses of AttributeFactory in br.ufsc.labsec.signature
Fields in br.ufsc.labsec.signature declared as AttributeFactory Modifier and Type Field Description protected AttributeFactory<Info,Encod,Sig>CompleteSigner. attributeFactoryMethods in br.ufsc.labsec.signature that return AttributeFactory Modifier and Type Method Description protected abstract AttributeFactory<Info,Encod,Sig>AttributeIncluder. getAttributeFactory()Methods in br.ufsc.labsec.signature with parameters of type AttributeFactory Modifier and Type Method Description protected voidAttributeIncluder. addAttribute(Sig signature, String attribute, FileToBeSigned<? extends Info> fileToBeSigned, AttributeFactory<Info,Encod,Sig> factory)Adiciona um atributo não assinado à assinaturaprotected voidAttributeIncluder. replaceAttribute(Sig signature, int index, String attribute, FileToBeSigned<? extends Info> fileToBeSigned, AttributeFactory<Info,Encod,Sig> factory)protected booleanAttributeIncluder. replaceAttributes(Sig signature, FileToBeSigned<? extends Info> fileToBeSigned, AttributeFactory<Info,Encod,Sig> factory, List<String> previousUnsignedList, List<String> addedAttributes)Constructors in br.ufsc.labsec.signature with parameters of type AttributeFactory Constructor Description CompleteSigner(AttributeFactory<Info,Encod,Sig> attributeFactory) -
Uses of AttributeFactory in br.ufsc.labsec.signature.conformanceVerifier.cades
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades that return AttributeFactory Modifier and Type Method Description protected AttributeFactory<CadesInformation,org.bouncycastle.asn1.cms.Attribute,CadesSignature>CadesAttributeIncluder. getAttributeFactory() -
Uses of AttributeFactory in br.ufsc.labsec.signature.conformanceVerifier.cades.creator
Subclasses of AttributeFactory in br.ufsc.labsec.signature.conformanceVerifier.cades.creator Modifier and Type Class Description classCadesAttributeFactory<Info extends CadesInformation> -
Uses of AttributeFactory in br.ufsc.labsec.signature.conformanceVerifier.jades
Subclasses of AttributeFactory in br.ufsc.labsec.signature.conformanceVerifier.jades Modifier and Type Class Description classJadesAttributeFactoryEsta classe realiza um mapeamento entre identificadores de atributos e seu respectivo gerador (classes creator)Methods in br.ufsc.labsec.signature.conformanceVerifier.jades that return AttributeFactory Modifier and Type Method Description protected AttributeFactory<JadesInformation,JadesAttrCommonStruct,JadesSignature>JadesAttributeIncluder. getAttributeFactory() -
Uses of AttributeFactory in br.ufsc.labsec.signature.conformanceVerifier.pades
Subclasses of AttributeFactory in br.ufsc.labsec.signature.conformanceVerifier.pades Modifier and Type Class Description classPadesAttributeFactoryMethods in br.ufsc.labsec.signature.conformanceVerifier.pades that return AttributeFactory Modifier and Type Method Description protected AttributeFactory<PadesInformation,Object,PadesSignature>PadesAttributeIncluder. getAttributeFactory() -
Uses of AttributeFactory in br.ufsc.labsec.signature.conformanceVerifier.xades
Subclasses of AttributeFactory in br.ufsc.labsec.signature.conformanceVerifier.xades Modifier and Type Class Description classXadesAttributeFactoryEsta classe mapeia o OID de um atributo para o seu nome e um atributo a seu respectivo Creator.Methods in br.ufsc.labsec.signature.conformanceVerifier.xades that return AttributeFactory Modifier and Type Method Description protected AttributeFactory<XadesInformation,Element,XadesSignature>XadesAttributeIncluder. getAttributeFactory() -
Uses of AttributeFactory in br.ufsc.labsec.signature.signer
Fields in br.ufsc.labsec.signature.signer declared as AttributeFactory Modifier and Type Field Description protected AttributeFactory<Info,Encod,Sig>CompleteContainerGenerator. attributeFactoryMethods in br.ufsc.labsec.signature.signer with parameters of type AttributeFactory Modifier and Type Method Description protected List<SignatureAttribute<Encod>>CompleteContainerGenerator. constructSignedAttributes(FileToBeSigned<? extends Info> fileToBeSigned, AttributeFactory<Info,Encod,Sig> attributeFactory)Constructors in br.ufsc.labsec.signature.signer with parameters of type AttributeFactory Constructor Description CompleteContainerGenerator(AttributeFactory<Info,Encod,Sig> attributeFactory, AttributeIncluder<Info,Encod,Sig> attributeIncluder)