blob: 9c8e2319b8f79308df8aaf5e1a56ba243b55a6a3 [file] [log] [blame]
/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import {CleartextKeysetHandle} from '../../internal/cleartext_keyset_handle';
export const deserializeKeyset = CleartextKeysetHandle.deserializeFromBinary;
export const serializeKeyset = CleartextKeysetHandle.serializeToBinary;
OSZAR »