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 PartnerAPITypeReissueCertificateRequest

This class represents the reissueCertificateRequest WSDL type.

It is an extension to the PartnerAPITypeRequest class.

PartnerAPIType
Extended by PartnerAPITypeRequest
Extended by PartnerAPITypeReissueCertificateRequest
Package: types
Copyright: Copyright (c) 2020 Asseco Data Systems SA
License: license.txt
Located at certumPartnerAPI/types/typeReissueCertificateRequest.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 PartnerAPITypeReissueCertificateRequest
# setSerialNumber( string $value = )

Sets the serialNumber element.

Sets the serialNumber element.

Parameters

$value
string
$value

Returns

PartnerAPITypeReissueCertificateRequest
public string
# getSerialNumber( )

Gets the serialNumber element or NULL.

Gets the serialNumber element or NULL.

Returns

string
public PartnerAPITypeReissueCertificateRequest
# setX509Cert( string $value = )

Sets the X509Cert element.

Sets the X509Cert element.

Parameters

$value
string
$value

Returns

PartnerAPITypeReissueCertificateRequest
public string
# getX509Cert( )

Gets the X509Cert element or NULL.

Gets the X509Cert element or NULL.

Returns

string
public PartnerAPITypeReissueCertificateRequest
# setHashAlgorithm( string $value = )

Sets the hashAlgorithm element.

Sets the hashAlgorithm element.

Parameters

$value
string
$value

Returns

PartnerAPITypeReissueCertificateRequest
public string
# getHashAlgorithm( )

Gets the hashAlgorithm element or NULL.

Gets the hashAlgorithm element or NULL.

Returns

string
public PartnerAPITypeReissueCertificateRequest
# setCSR( string $value = )

Sets the CSR element.

Sets the CSR element.

Parameters

$value
string
$value

Returns

PartnerAPITypeReissueCertificateRequest
public string
# getCSR( )

Gets the CSR element or NULL.

Gets the CSR element or NULL.

Returns

string
public PartnerAPITypeReissueCertificateRequest
# setSANApprover( PartnerAPITypeSanApprover $value = )

Sets the SANApprover element.

Sets the SANApprover element.

Parameters

$value
PartnerAPITypeSanApprover
$value

Returns

PartnerAPITypeReissueCertificateRequest
public PartnerAPITypeSanApprover
# getSANApprover( )

Gets the SANApprover element or NULL.

Gets the SANApprover element or NULL.

Returns

PartnerAPITypeSanApprover
public PartnerAPITypeReissueCertificateRequest
# setSANEntries( PartnerAPITypeSanEntries $value = )

Sets the SANEntries element.

Sets the SANEntries element.

Parameters

$value
PartnerAPITypeSanEntries
$value

Returns

PartnerAPITypeReissueCertificateRequest
public PartnerAPITypeSanEntries
# getSANEntries( )

Gets the SANEntries element or NULL.

Gets the SANEntries element or NULL.

Returns

PartnerAPITypeSanEntries
public PartnerAPITypeReissueCertificateRequest
# setUserAgent( string $value = )

Sets the UserAgent element.

Sets the UserAgent element.

Parameters

$value
string
$value

Returns

PartnerAPITypeReissueCertificateRequest
public string
# getUserAgent( )

Gets the UserAgent element or NULL.

Gets the UserAgent element or NULL.

Returns

string
Magic methods inherited from PartnerAPITypeRequest
getRequestHeader(), setRequestHeader()
Properties inherited from PartnerAPIType
$elems
Magic properties summary
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 $CSR
#

Gets the CSR element or NULL.

Gets the CSR element or NULL.

public PartnerAPITypeSanApprover $SANApprover
#

Gets the SANApprover element or NULL.

Gets the SANApprover element or NULL.

public PartnerAPITypeSanEntries $SANEntries
#

Gets the SANEntries element or NULL.

Gets the SANEntries element or NULL.

public string $userAgent
#

Gets the UserAgent element or NULL.

Gets the UserAgent element or NULL.

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