Overview

Packages

  • exceptions
  • messages
  • operations
  • PHP
  • service
  • types

Classes

  • PartnerAPIError
  • PartnerAPIOperation
  • PartnerAPIOperationAddEmailVerification
  • PartnerAPIOperationAddSanVerification
  • PartnerAPIOperationCancelOrder
  • PartnerAPIOperationGetCertificate
  • PartnerAPIOperationGetEmailVerification
  • PartnerAPIOperationGetExpiringCertificates
  • PartnerAPIOperationGetModifiedOrders
  • PartnerAPIOperationGetOrderByOrderID
  • PartnerAPIOperationGetOrdersByDateRange
  • PartnerAPIOperationGetOrderState
  • PartnerAPIOperationGetProductList
  • PartnerAPIOperationGetSanVerificationState
  • PartnerAPIOperationModifySNICertificate
  • PartnerAPIOperationOrderSNICertificate
  • PartnerAPIOperationPerformSanVerification
  • PartnerAPIOperationQuickOrder
  • PartnerAPIOperationReissueCertificate
  • PartnerAPIOperationRenewCertificate
  • PartnerAPIOperationRevokeCertificate
  • PartnerAPIOperationValidateOrderParameters
  • PartnerAPIOperationVerifyOrder
  • Overview
  • Package
  • Class
  • Tree

Class PartnerAPIOperationRevokeCertificate

This class represents the revokeCertificate WSDL operation.

It is based on the PartnerAPIOperation class and derives some properties and methods from that class.

PartnerAPIOperation
Extended by PartnerAPIOperationRevokeCertificate
Package: operations
Copyright: Copyright (c) 2020 Asseco Data Systems SA
License: license.txt
Located at certumPartnerAPI/operations/operationRevokeCertificate.php
Methods summary
public
# __construct( )

The constructor.

The constructor.

It initializes input and output data.

public PartnerAPIOperationRevokeCertificate
# setSerialNumber( string $serialNumber )

Sets the serial number of a certificate to be revoked.

Sets the serial number of a certificate to be revoked.

Parameters

$serialNumber
string
$serialNumber

Returns

PartnerAPIOperationRevokeCertificate
public PartnerAPIOperationRevokeCertificate
# setKeyCompromitationDate( string $kcdate )

Sets the key compromitation date.

Sets the key compromitation date.

Parameters

$kcdate
string
$kcdate

Returns

PartnerAPIOperationRevokeCertificate
public PartnerAPIOperationRevokeCertificate
# setNote( string $note )

Sets a note.

Sets a note.

Parameters

$note
string
$note

Returns

PartnerAPIOperationRevokeCertificate
public PartnerAPIOperationRevokeCertificate
# setRevocationReason( string $reason )

Sets the revocation reason.

Sets the revocation reason.

Parameters

$reason
string
$reason

Returns

PartnerAPIOperationRevokeCertificate
Methods inherited from PartnerAPIOperation
call(), getErrorTexts(), getErrors(), getInputDataAsArray(), getOutputDataAsArray(), getResponseHeader(), getResponseMessage(), getResponseTimeLocal(), getService(), isSuccess(), setService()
Magic methods summary
public PartnerAPIMessageRevokeCertificateResponse
# getResponseMessage( )

A complete response from a service

A complete response from a service

Returns

PartnerAPIMessageRevokeCertificateResponse
Properties summary
protected PartnerAPIMessageRevokeCertificate $_input NULL
#
protected PartnerAPIMessageRevokeCertificateResponse $_output NULL
#
protected string $_operation 'revokeCertificate'
#
Properties inherited from PartnerAPIOperation
$_service
API documentation generated by ApiGen 2.8.0