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