blob: b37773a1d6134ef141d87516dd7b9a3b849bb0cd [file] [log] [blame]
Janis Danisevskis43c89712020-08-03 23:42:42 +00001// Copyright 2020, The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15//! This crate implements the Android Keystore 2.0 service.
Janis Danisevskis7d77a762020-07-20 13:03:31 -070016
Joel Galenson26f4d012020-07-17 14:57:21 -070017pub mod database;
Janis Danisevskis7d77a762020-07-20 13:03:31 -070018pub mod error;
Janis Danisevskis78bd48c2020-07-21 12:27:13 -070019pub mod permission;