This class represents the reissueCertificate WSDL operation.
It is based on the PartnerAPIOperation class and derives some properties and
methods from that class.
Methods summary
public
|
#
__construct( )
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
|
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
|
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
|
public
PartnerAPIOperationReissueCertificate
|
#
setCSR( string $CSR )
Sets a CSR for the request.
Sets a CSR for the request.
Setting this value is optional.
Parameters
Returns
|
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
|
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
|
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
|
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
|
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
|
public
PartnerAPIOperationReissueCertificate
|
#
setUserAgent( string $userAgent )
Sets the userAgent for the request
Sets the userAgent for the request
Parameters
- $userAgent
string $userAgent
Returns
|
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
|