blob: 7f838e0295501c793a1d8cccc7f005fd088639cf [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
var binding =
getInternalApi ?
getInternalApi('platformKeysInternal') :
require('binding').Binding.create('platformKeysInternal').generate();
exports.$set('selectClientCertificates', binding.selectClientCertificates);
exports.$set('sign', binding.sign);
exports.$set('getPublicKey', binding.getPublicKey);