summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/keystore/AndroidKeyStoreUnauthenticatedAESCipherSpi.java
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2015-06-17 17:58:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-17 17:58:35 +0000
commit4250c8d6435cca2c14839f7adec0a43773d01e3b (patch)
treeb5ced4e9939b0679345801ac3acfe6381ff339b5 /keystore/java/android/security/keystore/AndroidKeyStoreUnauthenticatedAESCipherSpi.java
parent5ddaa72b9a60dda43c9e199f85990c01b0bf702c (diff)
parent00af27b7d9010eb41e45959dab7c4ff6de119897 (diff)
downloadframeworks_base-4250c8d6435cca2c14839f7adec0a43773d01e3b.zip
frameworks_base-4250c8d6435cca2c14839f7adec0a43773d01e3b.tar.gz
frameworks_base-4250c8d6435cca2c14839f7adec0a43773d01e3b.tar.bz2
Merge "Expose AES GCM backed by Android Keystore." into mnc-dev
Diffstat (limited to 'keystore/java/android/security/keystore/AndroidKeyStoreUnauthenticatedAESCipherSpi.java')
-rw-r--r--keystore/java/android/security/keystore/AndroidKeyStoreUnauthenticatedAESCipherSpi.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/keystore/java/android/security/keystore/AndroidKeyStoreUnauthenticatedAESCipherSpi.java b/keystore/java/android/security/keystore/AndroidKeyStoreUnauthenticatedAESCipherSpi.java
index 76804a9..6c53c6a 100644
--- a/keystore/java/android/security/keystore/AndroidKeyStoreUnauthenticatedAESCipherSpi.java
+++ b/keystore/java/android/security/keystore/AndroidKeyStoreUnauthenticatedAESCipherSpi.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2015 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package android.security.keystore;
import android.annotation.NonNull;