Fix the length of the secret key.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1389195 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Owen O'Malley 2012-09-24 03:47:25 +00:00
parent e7b414289c
commit 38ec8babda
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public abstract class SecretManager<T extends TokenIdentifier> {
/**
* The length of the random keys to use.
*/
private static final int KEY_LENGTH = 20;
private static final int KEY_LENGTH = 64;
/**
* A thread local store for the Macs.