Class SignerAttributeV2
java.lang.Object
br.ufsc.labsec.parser.cades.attributes.signed.AbstractSignerAttr
br.ufsc.labsec.parser.cades.attributes.signed.SignerAttributeV2
- All Implemented Interfaces:
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>
-
Field Summary
FieldsFields inherited from class AbstractSignerAttr
attributeCertificates, identifier, toBeThrown -
Constructor Summary
ConstructorsConstructorDescriptionSignerAttributeV2(Map<org.bouncycastle.asn1.ASN1ObjectIdentifier, List<org.bouncycastle.asn1.ASN1Encodable>> claimedAttributes, List<org.bouncycastle.asn1.x509.AttributeCertificate> certifiedAttributesV2, List<org.bouncycastle.asn1.ASN1Encodable> signerAssertions, SignatureAttributeException toBeThrown) Construtor. -
Method Summary
Modifier and TypeMethodDescriptionprotected org.bouncycastle.asn1.DERTaggedObjectMethods inherited from class AbstractSignerAttr
getAttributeCertificates, getClaimedAttributes, getEncoded, getIdentifier, getSignedAssertions, getToBeThrown, isSigned, isUnique
-
Field Details
-
IDENTIFIER
- See Also:
-
-
Constructor Details
-
SignerAttributeV2
public SignerAttributeV2(Map<org.bouncycastle.asn1.ASN1ObjectIdentifier, List<org.bouncycastle.asn1.ASN1Encodable>> claimedAttributes, List<org.bouncycastle.asn1.x509.AttributeCertificate> certifiedAttributesV2, List<org.bouncycastle.asn1.ASN1Encodable> signerAssertions, SignatureAttributeException toBeThrown) Construtor.- Parameters:
claimedAttributes- atributoscertifiedAttributesV2- atributossignerAssertions- atributostoBeThrown- erro durante a construção do atributo
-
-
Method Details
-
getEncodedAttributeCertificates
protected org.bouncycastle.asn1.DERTaggedObject getEncodedAttributeCertificates()- Specified by:
getEncodedAttributeCertificatesin classAbstractSignerAttr
-