Options describing how a Cryptographic Key.
package |
Default |
---|
__construct( $pubSecKeyOptions = null)
mixed | null
getAlgorithm() : string
string
getPublicKey() : string
string
getSecretKey() : string
string
isCertificate() : boolean
boolean
isSymmetric() : boolean
boolean
setAlgorithm( $algorithm) : $this
string
$this
setCertificate( $certificate) : $this
boolean
$this
setPublicKey( $publicKey) : $this
string
$this
setSecretKey( $secretKey) : $this
string
$this
setSymmetric( $symmetric) : $this
boolean
$this