Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DCertificateDescription.php27 protected $authorityKeyIdType = KeyId::class;
39 protected $subjectKeyIdType = KeyId::class;
59 * @param KeyId
61 public function setAuthorityKeyId(KeyId $authorityKeyId)
66 * @return KeyId
129 * @param KeyId
131 public function setSubjectKeyId(KeyId $subjectKeyId)
136 * @return KeyId
H A DKeyId.php20 class KeyId extends \Google\Model class
44 class_alias(KeyId::class, 'Google_Service_CertificateAuthorityService_KeyId');