Class AbstractSignerAttrDecoder<Attr extends SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>>

java.lang.Object
br.ufsc.labsec.parser.cades.decoder.signed.AbstractSignerAttrDecoder<Attr>
All Implemented Interfaces:
CadesAttributeDecoder<Attr>, AttributeDecoder<org.bouncycastle.asn1.cms.Attribute, Attr>
Direct Known Subclasses:
IdAaEtsSignerAttrDecoder, SignerAttributeV2Decoder

public abstract class AbstractSignerAttrDecoder<Attr extends SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>> extends Object implements CadesAttributeDecoder<Attr>