Nextcloud PHP API (master)

ICertificate

Interface ICertificate

Tags
since
8.0.0

Table of Contents

Methods

getCommonName()  : string|null
getExpireDate()  : DateTime
getIssueDate()  : DateTime
getIssuerName()  : string|null
getIssuerOrganization()  : string|null
getName()  : string
getOrganization()  : string|null
isExpired()  : bool

Methods

getCommonName()

public getCommonName() : string|null
Tags
since
8.0.0
Return values
string|null

getExpireDate()

public getExpireDate() : DateTime
Tags
since
8.0.0
Return values
DateTime

getIssueDate()

public getIssueDate() : DateTime
Tags
since
8.0.0
Return values
DateTime

getIssuerName()

public getIssuerName() : string|null
Tags
since
8.0.0
Return values
string|null

getIssuerOrganization()

public getIssuerOrganization() : string|null
Tags
since
8.0.0
Return values
string|null

getName()

public getName() : string
Tags
since
8.0.0
Return values
string

getOrganization()

public getOrganization() : string|null
Tags
since
8.0.0
Return values
string|null

isExpired()

public isExpired() : bool
Tags
since
8.0.0
Return values
bool

        
On this page

Search results