Overview

Packages

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

Classes

  • PartnerAPIType
  • PartnerAPITypeAddEmailVerificationRequest
  • PartnerAPITypeAddEmailVerificationResponse
  • PartnerAPITypeAddSanVerificationRequest
  • PartnerAPITypeAddSanVerificationResponse
  • PartnerAPITypeAddSerialNumbers
  • PartnerAPITypeApproverEmailPrefixType
  • PartnerAPITypeAuthToken
  • PartnerAPITypeBusinessCategoryEnum
  • PartnerAPITypeCaBundle
  • PartnerAPITypeCancelOrderReponse
  • PartnerAPITypeCancelOrderRequest
  • PartnerAPITypeCancelParameters
  • PartnerAPITypeCertificateDetails
  • PartnerAPITypeCertificateStatusEnum
  • PartnerAPITypeCertificationRequestStateTypeEnum
  • PartnerAPITypeDocument
  • PartnerAPITypeDocuments
  • PartnerAPITypeDocumentTypeEnum
  • PartnerAPITypeDomainVerificationRequest
  • PartnerAPITypeEmailVerification
  • PartnerAPITypeError
  • PartnerAPITypeErrors
  • PartnerAPITypeExpiringCertificates
  • PartnerAPITypeFile
  • PartnerAPITypeFileName
  • PartnerAPITypeFiles
  • PartnerAPITypeFQDNs
  • PartnerAPITypeGetCertificateRequest
  • PartnerAPITypeGetCertificateResponse
  • PartnerAPITypeGetEmailVerificationRequest
  • PartnerAPITypeGetEmailVerificationResponse
  • PartnerAPITypeGetExpiringCertificatesRequest
  • PartnerAPITypeGetExpiringCertificatesResponse
  • PartnerAPITypeGetModifiedOrdersRequest
  • PartnerAPITypeGetOrderByOrderIDRequest
  • PartnerAPITypeGetOrdersByDateRangeRequest
  • PartnerAPITypeGetOrdersRequest
  • PartnerAPITypeGetOrdersResponse
  • PartnerAPITypeGetOrderStateRequest
  • PartnerAPITypeGetOrderStateResponse
  • PartnerAPITypeGetProductListRequest
  • PartnerAPITypeGetProductListResponse
  • PartnerAPITypeGetProductListResponse_Products
  • PartnerAPITypeGetSanVerificationStateRequest
  • PartnerAPITypeGetSanVerificationStateResponse
  • PartnerAPITypeHashAlgorithmEnum
  • PartnerAPITypeInvalidSerialNumbers
  • PartnerAPITypeModifySNICertificateRequest
  • PartnerAPITypeModifySNICertificateResponse
  • PartnerAPITypeOrder
  • PartnerAPITypeOrderDetails
  • PartnerAPITypeOrderOption
  • PartnerAPITypeOrderParameters
  • PartnerAPITypeOrderRequest
  • PartnerAPITypeOrders
  • PartnerAPITypeOrderSNICertificateRequest
  • PartnerAPITypeOrderSNICertificateResponse
  • PartnerAPITypeOrderSNIParameters
  • PartnerAPITypeOrderStatus
  • PartnerAPITypeOrderVerification
  • PartnerAPITypeOrderVerifications
  • PartnerAPITypeOrderVerificationStateEnum
  • PartnerAPITypeOrderVerificationTypeEnum
  • PartnerAPITypeOrganizationInfo
  • PartnerAPITypeParsedCsr
  • PartnerAPITypePerformSanVerificationResponse
  • PartnerAPITypeProduct
  • PartnerAPITypeProduct_SupportedHashAlgorithms
  • PartnerAPITypeQuickOrderRequest
  • PartnerAPITypeQuickOrderResponse
  • PartnerAPITypeReissueCertificateRequest
  • PartnerAPITypeReissueCertificateResponse
  • PartnerAPITypeRemoveSerialNumbers
  • PartnerAPITypeRenewCertificateRequest
  • PartnerAPITypeRenewCertificateResponse
  • PartnerAPITypeRequest
  • PartnerAPITypeRequestHeader
  • PartnerAPITypeRequestorInfo
  • PartnerAPITypeResponse
  • PartnerAPITypeResponseHeader
  • PartnerAPITypeRevocationReasonEnum
  • PartnerAPITypeRevokeCertificateParameters
  • PartnerAPITypeRevokeCertificateRequest
  • PartnerAPITypeRevokeCertificateResponse
  • PartnerAPITypeSanApprover
  • PartnerAPITypeSanEntries
  • PartnerAPITypeSanEntry
  • PartnerAPITypeSanVerification
  • PartnerAPITypeSanVerificationManualState
  • PartnerAPITypeSanVerificationState
  • PartnerAPITypeSanVerificationStateEnum
  • PartnerAPITypeSanVerificationStates
  • PartnerAPITypeSanVerificationSystemMethodEnum
  • PartnerAPITypeSanVerificationSystemState
  • PartnerAPITypeSerialNumbers
  • PartnerAPITypeValidateOrderParametersRequest
  • PartnerAPITypeValidateOrderParametersResponse
  • PartnerAPITypeVerificationMethodType
  • PartnerAPITypeVerifyOrderParameters
  • PartnerAPITypeVerifyOrderRequest
  • PartnerAPITypeVerifyOrderResponse
  • Overview
  • Package
  • Class
  • Tree

Class PartnerAPITypeRenewCertificateRequest

This class represents the renewCertificateRequest WSDL type.

It is an extension to the PartnerAPITypeRequest class.

PartnerAPIType
Extended by PartnerAPITypeRequest
Extended by PartnerAPITypeRenewCertificateRequest
Package: types
Copyright: Copyright (c) 2020 Asseco Data Systems SA
License: license.txt
Located at certumPartnerAPI/types/typeRenewCertificateRequest.php
Methods summary
protected array
# initData( )

This is an abstract method used to initialize type elements.

This is an abstract method used to initialize type elements.

When overriden, it must return an array containing all elements for a given type. The structure of this array is defined in the description of $elems variable. If a type is deriving from another type derived from PartnerAPIType then the implementations of this method must call the parent's initData() method and merge all elements.

Returns

array
A set of all type elements

Overrides

PartnerAPITypeRequest::initData()
Methods inherited from PartnerAPIType
__call(), __construct(), __get(), addElement(), findElemName(), getDataAsArray(), getElement(), resetData(), setData(), setElement()
Magic methods summary
public PartnerAPITypeRenewCertificateRequest
# setSANApprover( PartnerAPITypeSanApprover $value = )

Sets the SANApprover element.

Sets the SANApprover element.

Parameters

$value
PartnerAPITypeSanApprover
$value

Returns

PartnerAPITypeRenewCertificateRequest
public PartnerAPITypeSanApprover
# getSANApprover( )

Gets the SANApprover element or NULL.

Gets the SANApprover element or NULL.

Returns

PartnerAPITypeSanApprover
public PartnerAPITypeRenewCertificateRequest
# setCSR( string $value = )

Sets the CSR element.

Sets the CSR element.

Parameters

$value
string
$value

Returns

PartnerAPITypeRenewCertificateRequest
public string
# getCSR( )

Gets the CSR element.

Gets the CSR element.

Returns

string
public PartnerAPITypeRenewCertificateRequest
# setCustomer( string $value = )

Sets the customer element.

Sets the customer element.

Parameters

$value
string
$value

Returns

PartnerAPITypeRenewCertificateRequest
public string
# getCustomer( )

Gets the customer element.

Gets the customer element.

Returns

string
public PartnerAPITypeRenewCertificateRequest
# setProductCode( string $value = )

Sets the productCode element.

Sets the productCode element.

Parameters

$value
string
$value

Returns

PartnerAPITypeRenewCertificateRequest
public string
# getProductCode( )

Gets the productCode element.

Gets the productCode element.

Returns

string
public PartnerAPITypeRenewCertificateRequest
# setSerialNumber( string $value = )

Sets the serialNumber element.

Sets the serialNumber element.

Parameters

$value
string
$value

Returns

PartnerAPITypeRenewCertificateRequest
public string
# getSerialNumber( )

Gets the serialNumber element or NULL.

Gets the serialNumber element or NULL.

Returns

string
public PartnerAPITypeRenewCertificateRequest
# setX509Cert( string $value = )

Sets the X509Cert element.

Sets the X509Cert element.

Parameters

$value
string
$value

Returns

PartnerAPITypeRenewCertificateRequest
public string
# getX509Cert( )

Gets the X509Cert element or NULL.

Gets the X509Cert element or NULL.

Returns

string
public PartnerAPITypeRenewCertificateRequest
# setHashAlgorithm( string $value = )

Sets the hashAlgorithm element.

Sets the hashAlgorithm element.

Parameters

$value
string
$value

Returns

PartnerAPITypeRenewCertificateRequest
public string
# getHashAlgorithm( )

Gets the hashAlgorithm element or NULL.

Gets the hashAlgorithm element or NULL.

Returns

string
public PartnerAPITypeRenewCertificateRequest
# setUserAgent( string $value = )

Sets the UserAgent element.

Sets the UserAgent element.

Parameters

$value
string
$value

Returns

PartnerAPITypeRenewCertificateRequest
public string
# getUserAgent( )

Gets the UserAgent element or NULL.

Gets the UserAgent element or NULL.

Returns

string
public string
# getRevocationContactEmail( )

Gets the revocationContactEmail element.

Gets the revocationContactEmail element.

Returns

string
public PartnerAPITypeOrderRequest
# setShortenedValidityPeriod( string $value = )

Sets the shortenedValidityPeriod element.

Sets the shortenedValidityPeriod element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderRequest
public string
# getShortenedValidityPeriod( )

Gets the shortenedValidityPeriod element.

Gets the shortenedValidityPeriod element.

Returns

string
Magic methods inherited from PartnerAPITypeRequest
getRequestHeader(), setRequestHeader()
Properties inherited from PartnerAPIType
$elems
Magic properties summary
public PartnerAPITypeSanApprover $SANApprover
#

Gets the SANApprover element or NULL.

Gets the SANApprover element or NULL.

public string $CSR
#

Gets the CSR element.

Gets the CSR element.

public string $customer
#

Gets the customer element.

Gets the customer element.

public string $productCode
#

Gets the productCode element.

Gets the productCode element.

public string $serialNumber
#

Gets the serialNumber element or NULL.

Gets the serialNumber element or NULL.

public string $X509Cert
#

Gets the X509Cert element or NULL.

Gets the X509Cert element or NULL.

public string $hashAlgorithm
#

Gets the hashAlgorithm element or NULL.

Gets the hashAlgorithm element or NULL.

public string $userAgent
#

Gets the UserAgent element or NULL.

Gets the UserAgent element or NULL.

public string $revocationContactEmail
#

Gets the revocationContactEmail element.

Gets the revocationContactEmail element.

public string $shortenedValidityPeriod
#

Gets the shortenedValidityPeriod element.

Gets the shortenedValidityPeriod element.

Magic properties inherited from PartnerAPITypeRequest
$requestHeader
API documentation generated by ApiGen 2.8.0