Class CadesAttributeFactory<Info extends CadesInformation>
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.common.AttributeFactory<CadesInformation,org.bouncycastle.asn1.cms.Attribute,CadesSignature>
br.ufsc.labsec.signature.conformanceVerifier.cades.creator.CadesAttributeFactory<Info>
public class CadesAttributeFactory<Info extends CadesInformation> extends AttributeFactory<CadesInformation,org.bouncycastle.asn1.cms.Attribute,CadesSignature>
- 
Constructor Summary
Constructors Constructor Description CadesAttributeFactory(CadesSignatureComponent component)Construtor - 
Method Summary
Modifier and Type Method Description AttributeMapgetAttributeMap()static Comparator<String>unsignedAttributeComparator()Methods inherited from class br.ufsc.labsec.signature.conformanceVerifier.common.AttributeFactory
getSignedAttribute, getSignedAttributes, getUnsignedAttribute, getUnsignedAttributeComparator, getUnsignedAttributes, implementsSigned, implementsUnsigned 
- 
Constructor Details
- 
CadesAttributeFactory
Construtor- Parameters:
 component- Componente de assinatura Cades
 
 - 
 - 
Method Details
- 
unsignedAttributeComparator
 - 
getAttributeMap
- Overrides:
 getAttributeMapin classAttributeFactory<CadesInformation,org.bouncycastle.asn1.cms.Attribute,CadesSignature>
 
 -