Class AbstractASN1RevocationReferencesDecoder<T extends AbstractASN1RevocationReferences>
java.lang.Object
br.ufsc.labsec.parser.cades.decoder.unsigned.AbstractASN1RevocationReferencesDecoder<T>
- All Implemented Interfaces:
CadesAttributeDecoder<T>, AttributeDecoder<org.bouncycastle.asn1.cms.Attribute, T>
- Direct Known Subclasses:
IdAaEtsAttrRevocationRefsDecoder, IdAaEtsRevocationRefsDecoder
public abstract class AbstractASN1RevocationReferencesDecoder<T extends AbstractASN1RevocationReferences>
extends Object
implements CadesAttributeDecoder<T>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractASN1RevocationReferencesDecoder
public AbstractASN1RevocationReferencesDecoder()
-
-
Method Details
-
specificDecode
protected abstract T specificDecode(org.bouncycastle.asn1.cms.Attribute encoded, Integer index) throws SignatureAttributeException - Throws:
SignatureAttributeException
-
decode
public T decode(org.bouncycastle.asn1.cms.Attribute encoded, Integer index) throws SignatureAttributeException - Specified by:
decodein interfaceAttributeDecoder<org.bouncycastle.asn1.cms.Attribute, T extends AbstractASN1RevocationReferences>- Throws:
SignatureAttributeException
-