Home
last modified time | relevance | path

Searched defs:saveParameters (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS1.php65 public static function saveParameters(BigInteger $prime, BigInteger $base, array $options = []) function in phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS1
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS1.php147 public static function saveParameters(BaseCurve $curve, array $options = []) function in phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS1
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS1.php85 public static function saveParameters(BigInteger $p, BigInteger $q, BigInteger $g) function in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS1