Class SignerAttributeV2Decoder
java.lang.Object
br.ufsc.labsec.parser.cades.decoder.signed.AbstractSignerAttrDecoder<SignerAttributeV2>
br.ufsc.labsec.parser.cades.decoder.signed.SignerAttributeV2Decoder
- All Implemented Interfaces:
CadesAttributeDecoder<SignerAttributeV2>, AttributeDecoder<org.bouncycastle.asn1.cms.Attribute, SignerAttributeV2>
-
Field Summary
Fields inherited from class AbstractSignerAttrDecoder
hasOtherAttrCerts, identifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SignerAttributeV2create(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
-
SignerAttributeV2Decoder
public SignerAttributeV2Decoder()
-
-
Method Details
-
decodeAttributeCertificates
protected List<org.bouncycastle.asn1.x509.AttributeCertificate> decodeAttributeCertificates(org.bouncycastle.asn1.ASN1Object object) throws SignatureAttributeException - Specified by:
decodeAttributeCertificatesin classAbstractSignerAttrDecoder<SignerAttributeV2>- Throws:
SignatureAttributeException
-
create
protected SignerAttributeV2 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<SignerAttributeV2>- Throws:
SignatureAttributeException
-