Class IdAaEtsSignerAttrDecoder
java.lang.Object
br.ufsc.labsec.parser.cades.decoder.signed.AbstractSignerAttrDecoder<IdAaEtsSignerAttr>
br.ufsc.labsec.parser.cades.decoder.signed.IdAaEtsSignerAttrDecoder
- All Implemented Interfaces:
CadesAttributeDecoder<IdAaEtsSignerAttr>, AttributeDecoder<org.bouncycastle.asn1.cms.Attribute, IdAaEtsSignerAttr>
-
Field Summary
Fields inherited from class AbstractSignerAttrDecoder
hasOtherAttrCerts, identifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IdAaEtsSignerAttrcreate(Map<org.bouncycastle.asn1.ASN1ObjectIdentifier, List<org.bouncycastle.asn1.ASN1Encodable>> claimedAttributes, List<org.bouncycastle.asn1.x509.AttributeCertificate> attributeCertificates, List<org.bouncycastle.asn1.ASN1Encodable> signerAssertions, SignatureAttributeException toBeThrown) protected List<org.bouncycastle.asn1.x509.AttributeCertificate> decodeAttributeCertificates(org.bouncycastle.asn1.ASN1Object object) Methods inherited from class AbstractSignerAttrDecoder
decode
-
Constructor Details
-
IdAaEtsSignerAttrDecoder
public IdAaEtsSignerAttrDecoder()
-
-
Method Details
-
decodeAttributeCertificates
protected List<org.bouncycastle.asn1.x509.AttributeCertificate> decodeAttributeCertificates(org.bouncycastle.asn1.ASN1Object object) throws SignatureAttributeException - Specified by:
decodeAttributeCertificatesin classAbstractSignerAttrDecoder<IdAaEtsSignerAttr>- Throws:
SignatureAttributeException
-
create
protected IdAaEtsSignerAttr create(Map<org.bouncycastle.asn1.ASN1ObjectIdentifier, List<org.bouncycastle.asn1.ASN1Encodable>> claimedAttributes, List<org.bouncycastle.asn1.x509.AttributeCertificate> attributeCertificates, List<org.bouncycastle.asn1.ASN1Encodable> signerAssertions, SignatureAttributeException toBeThrown) throws SignatureAttributeException - Specified by:
createin classAbstractSignerAttrDecoder<IdAaEtsSignerAttr>- Throws:
SignatureAttributeException
-