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 PartnerAPIOperationModifySNICertificate

This class represents the modifySNICertificate WSDL operation.

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

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

The constructor.

The constructor.

It initializes input and output data.

public PartnerAPIOperationModifySNICertificate
# setSerialNumber( string $serialNumber )

Sets a serial number for the request.

Sets a serial number for the request.

It is required to set a serial number or a X509 certificate.

Parameters

$serialNumber
string
$serialNumber

Returns

PartnerAPIOperationModifySNICertificate
public PartnerAPIOperationModifySNICertificate
# setX509Cert( string $X509Cert )

Sets a X509 certificate for the request.

Sets a X509 certificate for the request.

It is required to set a serial number or a X509 certificate.

Parameters

$X509Cert
string
$X509Cert

Returns

PartnerAPIOperationModifySNICertificate
public PartnerAPIOperationModifySNICertificate
# addAddedSerialNumber( string|string[] $serialNumber )

Adds a added serial number to the operation's data.

Adds a added serial number to the operation's data.

The $serialNumber argument is a string containing a serial number. It can also be an array of such strings. This method can be invoked several times and all passed serial numbers will be added to the existing set of serial numbers.

Parameters

$serialNumber
string|string[]
$serialNumber

Returns

PartnerAPIOperationModifySNICertificate
public PartnerAPIOperationModifySNICertificate
# addRemovedSerialNumber( string|string[] $serialNumber )

Adds a removed serial number to the operation's data.

Adds a removed serial number to the operation's data.

The $serialNumber argument is a string containing a serial number. It can also be an array of such strings. This method can be invoked several times and all passed serial numbers will be added to the existing set of serial numbers.

Parameters

$serialNumber
string|string[]
$serialNumber

Returns

PartnerAPIOperationModifySNICertificate
public PartnerAPIOperationModifySNICertificate
# setHashAlgorithm( string $hashAlgorithm )

Sets a hash algorithm for the request.

Sets a hash algorithm for the request.

Parameters

$hashAlgorithm
string
$hashAlgorithm

Returns

PartnerAPIOperationModifySNICertificate
public string
# getOrderID( )

Gets an order ID returned in a response.

Gets an order ID returned in a response.

Returns

string
public string[]
# getInvalidSerialNumbers( )

Returns invalid serial numbers contained in a response.

Returns invalid serial numbers contained in a response.

This method always returns an array. If there is no invalid serial number in a response an empty array is returned. Otherwise, an array with one or more invalid serial numbers is returned.

Returns

string[]
Methods inherited from PartnerAPIOperation
call(), getErrorTexts(), getErrors(), getInputDataAsArray(), getOutputDataAsArray(), getResponseHeader(), getResponseMessage(), getResponseTimeLocal(), getService(), isSuccess(), setService()
Magic methods summary
public PartnerAPIMessageModifySNICertificateResponse
# getResponseMessage( )

A complete response from a service

A complete response from a service

Returns

PartnerAPIMessageModifySNICertificateResponse
Properties summary
protected PartnerAPIMessageModifySNICertificate $_input NULL
#
protected PartnerAPIMessageModifySNICertificateResponse $_output NULL
#
protected string $_operation 'modifySNICertificate'
#
Properties inherited from PartnerAPIOperation
$_service
API documentation generated by ApiGen 2.8.0