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 PartnerAPIOperationGetCertificate

This class represents the getCertificate WSDL operation.

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

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

The constructor.

The constructor.

It initializes input and output data.

public PartnerAPIOperationGetCertificate
# setOrderID( string $orderID )

Sets an order ID for the request.

Sets an order ID for the request.

It is required to set orderID or serialNumber value but only one of them may be set. Setting both values is an error.

Parameters

$orderID
string
$orderID

Returns

PartnerAPIOperationGetCertificate
public PartnerAPIOperationGetCertificate
# setSerialNumber( string $serialNumber )

Sets the serial number of a certificate for the request.

Sets the serial number of a certificate for the request.

It is required to set orderID or serialNumber value but only one of them may be set. Setting both values is an error.

Parameters

$serialNumber
string
$serialNumber

Returns

PartnerAPIOperationGetCertificate
public PartnerAPITypeCertificateDetails|null
# getCertificateDetails( )

Returns certificate details contained in a response.

Returns certificate details contained in a response.

Returns

PartnerAPITypeCertificateDetails|null
public PartnerAPITypeCaBundle|null
# getCaBundle( )

Returns CA bundle contained in a response.

Returns CA bundle contained in a response.

Returns

PartnerAPITypeCaBundle|null
Methods inherited from PartnerAPIOperation
call(), getErrorTexts(), getErrors(), getInputDataAsArray(), getOutputDataAsArray(), getResponseHeader(), getResponseMessage(), getResponseTimeLocal(), getService(), isSuccess(), setService()
Magic methods summary
public PartnerAPIMessageGetCertificateResponse
# getResponseMessage( )

A complete response from a service

A complete response from a service

Returns

PartnerAPIMessageGetCertificateResponse
Properties summary
protected PartnerAPIMessageGetCertificate $_input NULL
#
protected PartnerAPIMessageGetCertificateResponse $_output NULL
#
protected string $_operation 'getCertificate'
#
Properties inherited from PartnerAPIOperation
$_service
API documentation generated by ApiGen 2.8.0