Home
last modified time | relevance | path

Searched refs:sigFormat (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DDSA.php98 protected $sigFormat; variable in phpseclib3\\Crypt\\DSA
266 $this->sigFormat = self::validatePlugin('Signature', 'ASN1');
334 $new->sigFormat = self::validatePlugin('Signature', $format);
DEC.php249 $this->sigFormat = self::validatePlugin('Signature', 'ASN1');
391 $new->sigFormat = self::validatePlugin('Signature', $format);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
DPublicKey.php42 $format = $this->sigFormat;
DPrivateKey.php87 $format = $this->sigFormat;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
DPublicKey.php55 $format = $this->sigFormat;
DPrivateKey.php102 $format = $this->sigFormat;