XML

XML Formatted DSA Key Handler

author

Jim Wigginton terrafrost@php.net

package

Default

Methods

Break a public or private key down into its constituent components

load(string $key,string $password = ''): array
static

Arguments

$key

string

$password

string

optional

Response

array

Convert a public key to the appropriate format

savePublicKey(\phpseclib3\Math\BigInteger $p,\phpseclib3\Math\BigInteger $q,\phpseclib3\Math\BigInteger $g,\phpseclib3\Math\BigInteger $y): string
static