blob: 324eee7fa776ed78061e0fdf2f4ce9020fb4ab31 [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.
// TODO(crbug.com/1096029): Make consumers use the API directly by calling
// getInternalApi themselves.
var binding = getInternalApi('platformKeysInternal');
exports.$set('selectClientCertificates', binding.selectClientCertificates);
exports.$set('sign', binding.sign);
exports.$set('getPublicKey', binding.getPublicKey);
exports.$set('getPublicKeyBySpki', binding.getPublicKeyBySpki);