PubSecKeyOptions

Options describing how a Cryptographic Key.

package

Default

Methods

PubSecKeyOptions constructor

__construct( $pubSecKeyOptions = null) 

Arguments

$pubSecKeyOptions

mixed | null

getAlgorithm

getAlgorithm() : string

Response

string

getPublicKey

getPublicKey() : string

Response

string

getSecretKey

getSecretKey() : string

Response

string

isCertificate

isCertificate() : boolean

Response

boolean

isSymmetric

isSymmetric() : boolean

Response

boolean

setAlgorithm

setAlgorithm( $algorithm) : $this

Arguments

$algorithm

string

Response

$this

setCertificate

setCertificate( $certificate) : $this

Arguments

$certificate

boolean

Response

$this

setPublicKey

setPublicKey( $publicKey) : $this

Arguments

$publicKey

string

Response

$this

setSecretKey

setSecretKey( $secretKey) : $this

Arguments

$secretKey

string

Response

$this

setSymmetric

setSymmetric( $symmetric) : $this

Arguments

$symmetric

boolean

Response

$this