示例#1
0
 private function getSigningKey()
 {
     $dbProfile = DrmProfilePeer::retrieveByProviderAndPartnerID(KalturaDrmProviderType::CENC, kCurrentContext::getCurrentPartnerId());
     if (!is_null($dbProfile)) {
         $signingKey = $dbProfile->getSigningKey();
         return $signingKey;
     }
     return null;
 }