HumHub Documentation (unofficial)

Algorithm

Table of Contents

Methods

allowedKeyTypes()  : array<string|int, string>
Returns the key types suitable for this algorithm (e.g. "oct", "RSA"...).
name()  : string
Returns the name of the algorithm.

Methods

allowedKeyTypes()

Returns the key types suitable for this algorithm (e.g. "oct", "RSA"...).

public allowedKeyTypes() : array<string|int, string>
Return values
array<string|int, string>

name()

Returns the name of the algorithm.

public name() : string
Return values
string

        
On this page

Search results