Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.common.AttributeFactory
Packages that use AttributeFactory
Package
Description
-
Uses of AttributeFactory in br.ufsc.labsec.signature
Fields in br.ufsc.labsec.signature declared as AttributeFactoryModifier and TypeFieldDescriptionprotected AttributeFactory<Info, Encod, Sig> CompleteSigner.attributeFactoryMethods in br.ufsc.labsec.signature that return AttributeFactoryModifier and TypeMethodDescriptionprotected abstract AttributeFactory<Info, Encod, Sig> AttributeIncluder.getAttributeFactory()Methods in br.ufsc.labsec.signature with parameters of type AttributeFactoryModifier and TypeMethodDescriptionprotected booleanAttributeIncluder.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 -
Uses of AttributeFactory in br.ufsc.labsec.signature.conformanceVerifier.cades
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades that return AttributeFactoryModifier and TypeMethodDescriptionprotected AttributeFactory<CadesInformation, org.bouncycastle.asn1.cms.Attribute, CadesSignature> CadesAttributeIncluder.getAttributeFactory() -
Uses of AttributeFactory in br.ufsc.labsec.signature.conformanceVerifier.cades.creator
-
Uses of AttributeFactory in br.ufsc.labsec.signature.conformanceVerifier.jades
Subclasses of AttributeFactory in br.ufsc.labsec.signature.conformanceVerifier.jadesModifier and TypeClassDescriptionclassEsta 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 -
Uses of AttributeFactory in br.ufsc.labsec.signature.conformanceVerifier.pades
Subclasses of AttributeFactory in br.ufsc.labsec.signature.conformanceVerifier.padesMethods in br.ufsc.labsec.signature.conformanceVerifier.pades that return AttributeFactoryModifier and TypeMethodDescriptionprotected 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.xadesModifier and TypeClassDescriptionclassEsta 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 AttributeFactoryModifier and TypeMethodDescriptionprotected AttributeFactory<XadesInformation, Element, XadesSignature> XadesAttributeIncluder.getAttributeFactory() -
Uses of AttributeFactory in br.ufsc.labsec.signature.signer
Fields in br.ufsc.labsec.signature.signer declared as AttributeFactoryModifier and TypeFieldDescriptionprotected final AttributeFactory<Info, Encod, Sig> CompleteContainerGenerator.attributeFactoryMethods in br.ufsc.labsec.signature.signer with parameters of type AttributeFactoryModifier and TypeMethodDescriptionprotected 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 AttributeFactoryModifierConstructorDescriptionCompleteContainerGenerator(AttributeFactory<Info, Encod, Sig> attributeFactory, AttributeIncluder<Info, Encod, Sig> attributeIncluder)