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 PartnerAPIOperationReissueCertificate

This class represents the reissueCertificate WSDL operation.

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

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

The constructor.

The constructor.

It initializes input and output data.

public PartnerAPIOperationReissueCertificate
# setSerialNumber( string $serialNumber )

Sets a serial number for the request.

Sets a serial number for the request.

Setting this value is optional. However, either a serial number or a certificate in PEM format has to be set.

Parameters

$serialNumber
string
$serialNumber

Returns

PartnerAPIOperationReissueCertificate
public PartnerAPIOperationReissueCertificate
# setX509Cert( string $X509Cert )

Sets a certificate in PEM format for the request.

Sets a certificate in PEM format for the request.

Setting this value is optional. However, either a serial number or a certificate in PEM format has to be set.

Parameters

$X509Cert
string
$X509Cert

Returns

PartnerAPIOperationReissueCertificate
public PartnerAPIOperationReissueCertificate
# setHashAlgorithm( string $hashAlgorithm )

Sets a hash algorithm for the request.

Sets a hash algorithm for the request.

Setting this value is optional.

Parameters

$hashAlgorithm
string
$hashAlgorithm

Returns

PartnerAPIOperationReissueCertificate
public PartnerAPIOperationReissueCertificate
# setCSR( string $CSR )

Sets a CSR for the request.

Sets a CSR for the request.

Setting this value is optional.

Parameters

$CSR
string
$CSR

Returns

PartnerAPIOperationReissueCertificate
public PartnerAPIOperationReissueCertificate
# addSANEntry( string|string[] $domain )

Adds a domain name as a SAN entry in a certificate.

Adds a domain name as a SAN entry in a certificate.

SAN entries are optional. If given, the $domain argument must be a correct domain name or an array of such domain names.

Parameters

$domain
string|string[]
$domain

Returns

PartnerAPIOperationReissueCertificate
public PartnerAPIOperationReissueCertificate
# setApproverMethod( string $approverMethod )

Sets the approverMethod option for SANApprover.

Sets the approverMethod option for SANApprover.

This option determines which approve method will be used for domain verification.

Parameters

$approverMethod
string
$approverMethod

Returns

PartnerAPIOperationReissueCertificate
public PartnerAPIOperationReissueCertificate
# setApproverEmail( string $approverEmail )

Sets the approverEmail option for SANApprover.

Sets the approverEmail option for SANApprover.

This option determines where will be sent e-mail with instructions for FILE or DNS approve method. This method cannot be used with EMAIL approve method.

Parameters

$approverEmail
string
$approverEmail

Returns

PartnerAPIOperationReissueCertificate
public PartnerAPIOperationReissueCertificate
# setApproverEmailPrefix( string $approverEmailPrefix )

Sets the approverEmailPrefix option for SANApprover.

Sets the approverEmailPrefix option for SANApprover.

This option determines which e-mail prefix will be used for EMAIL approve method. This method cannot be used with FILE or DNS approve method.

Parameters

$approverEmailPrefix
string
$approverEmailPrefix

Returns

PartnerAPIOperationReissueCertificate
public PartnerAPIOperationReissueCertificate
# setVerificationNotificationEnabled( boolean $yes_or_no )

Sets the verificationNotificationEnabled option for SANApprover.

Sets the verificationNotificationEnabled option for SANApprover.

This option determines if verification e-mails for all approvers will be sent or not.

Parameters

$yes_or_no
boolean
$yes_or_no

Returns

PartnerAPIOperationReissueCertificate
public PartnerAPIOperationReissueCertificate
# setUserAgent( string $userAgent )

Sets the userAgent for the request

Sets the userAgent for the request

Parameters

$userAgent
string
$userAgent

Returns

PartnerAPIOperationReissueCertificate
public string
# getOrderID( )

Returns an order ID contained in a response.

Returns an order ID contained in a response.

Returns

string
public PartnerAPITypeSanVerification
# getSANVerification( )

Returns SANVerification entity containing verification data from a response.

Returns SANVerification entity containing verification data from a response.

If there is no verification in the response a NULL is returned.

Returns

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

A complete response from a service

A complete response from a service

Returns

PartnerAPIMessageReissueCertificateResponse
Properties summary
protected PartnerAPIMessageReissueCertificate $_input NULL
#
protected PartnerAPIMessageReissueCertificateResponse $_output NULL
#
protected string $_operation 'reissueCertificate'
#
Properties inherited from PartnerAPIOperation
$_service
API documentation generated by ApiGen 2.8.0