Merge "Add support for auth-only transforms" am: 22b39848a6

am: 51ca645608

Change-Id: I8a8a89c40ab97b81225520b80950937b11863134
This commit is contained in:
Benedict Wong
2018-03-20 22:28:27 +00:00
committed by android-build-merger
2 changed files with 15 additions and 1 deletions

View File

@@ -37,6 +37,13 @@ import java.util.Arrays;
public final class IpSecAlgorithm implements Parcelable {
private static final String TAG = "IpSecAlgorithm";
/**
* Null cipher.
*
* @hide
*/
public static final String CRYPT_NULL = "ecb(cipher_null)";
/**
* AES-CBC Encryption/Ciphering Algorithm.
*