Searched refs:signatureType (Results 1 – 2 of 2) sorted by relevance
23 protected $signatureType = BuildSignature::class; variable in Google\\Service\\ContainerAnalysis\\Build
2672 $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);