Home
last modified time | relevance | path

Searched refs:signatureType (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DBuild.php23 protected $signatureType = BuildSignature::class; variable in Google\\Service\\ContainerAnalysis\\Build
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2672 $signatureType = 'rsa-sha2-512';
2676 $signatureType = 'rsa-sha2-256';
2681 $signatureType = 'ssh-rsa';
2689 $signatureType = 'ssh-ed25519';
2693 $signatureType = 'ecdsa-sha2-nistp256';
2697 $signatureType = 'ecdsa-sha2-nistp384';
2701 $signatureType = 'ecdsa-sha2-nistp521';
2712 $signatureType = 'ssh-dss';
2726 $part2 = Strings::packSSH2('ss', $signatureType, $publickeyStr);
2757 $signature = Strings::packSSH2('ss', $signatureType, $signature);