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. attributeFactory
Methods 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 void
AttributeIncluder. addAttribute(Sig signature, String attribute, FileToBeSigned<? extends Info> fileToBeSigned, AttributeFactory<Info,Encod,Sig> factory)
Adiciona um atributo não assinado à assinaturaprotected void
AttributeIncluder. replaceAttribute(Sig signature, int index, String attribute, FileToBeSigned<? extends Info> fileToBeSigned, AttributeFactory<Info,Encod,Sig> factory)
protected void
AttributeIncluder. 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 class
CadesAttributeFactory<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 class
JadesAttributeFactory
Esta 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 class
PadesAttributeFactory
Methods 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 class
XadesAttributeFactory
Esta 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
Constructors in br.ufsc.labsec.signature.signer with parameters of type AttributeFactory Constructor Description CompleteContainerGenerator(AttributeFactory<Info,Encod,Sig> attributeFactory)