Discuss this help topic in SecureBlackbox Forum

TElXAdESProcessor.AddAttributeRevocationValues

TElXAdESProcessor     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Adds the Attribute Authorities revocation values to the signature.

Declaration

[C#]
    void AddAttributeRevocationValues(TElCustomCRLStorage CRLs, ArrayList OCSPResponses);
    void AddAttributeRevocationValues(TElCustomCRLStorage CRLs, ArrayList OCSPResponses, TElXMLCustomFormatter Formatter);

[VB.NET]
    Sub AddAttributeRevocationValues(ByVal CRLs As TElCustomCRLStorage, ByVal OCSPResponses As ArrayList)
    Sub AddAttributeRevocationValues(ByVal CRLs As TElCustomCRLStorage, ByVal OCSPResponses As ArrayList, ByVal Formatter As TElXMLCustomFormatter)

[Pascal]
    procedure AddAttributeRevocationValues(CRLs : TElCustomCRLStorage; OCSPResponses : TList);
    procedure AddAttributeRevocationValues(CRLs : TElCustomCRLStorage; OCSPResponses : TList; Formatter : TElXMLCustomFormatter);

[C++]
    void AddAttributeRevocationValues(TElCustomCRLStorage &CRLs, TList &OCSPResponses);
    void AddAttributeRevocationValues(TElCustomCRLStorage *CRLs, TList *OCSPResponses);
    void AddAttributeRevocationValues(TElCustomCRLStorage &CRLs, TList &OCSPResponses, TElXMLCustomFormatter &Formatter);
    void AddAttributeRevocationValues(TElCustomCRLStorage *CRLs, TList *OCSPResponses, TElXMLCustomFormatter *Formatter);

[PHP]
    void AddAttributeRevocationValues(TElCustomCRLStorage $CRLs, TList $OCSPResponses)
    void AddAttributeRevocationValues(TElCustomCRLStorage $CRLs, TList $OCSPResponses, TElXMLCustomFormatter $Formatter)

[Java]
    void addAttributeRevocationValues(TElCustomCRLStorage CRLs, ArrayList OCSPResponses, TElXMLCustomFormatter Formatter);
    void addAttributeRevocationValues(TElCustomCRLStorage CRLs, ArrayList OCSPResponses);

Parameters

  • CRLs - specifies attribute certificate CRLs.
  • OCSPResponses - specifies attribute certificate OCSP responses.
  • Formatter - XML formatter. This parameter is for internal use only. Set this parameter to nil/null/Nothing.

Description

    Use this method to add the Attribute Authorities revocation values to the signature.

Discuss this help topic in SecureBlackbox Forum