summaryrefslogtreecommitdiffstats
path: root/base/common/src
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2017-01-21 00:43:53 +0100
committerEndi S. Dewata <edewata@redhat.com>2017-01-21 03:07:44 +0100
commit6ba7d68c7474e5000c6fbdc4d6cd97d0b291033b (patch)
treeed8361e2c93d025a5f725c8a58428ca392c51cf3 /base/common/src
parent6a92c5ca4cc0949a17daf9b71ca7616590779a59 (diff)
downloadpki-6ba7d68c7474e5000c6fbdc4d6cd97d0b291033b.tar.gz
pki-6ba7d68c7474e5000c6fbdc4d6cd97d0b291033b.tar.xz
pki-6ba7d68c7474e5000c6fbdc4d6cd97d0b291033b.zip
Refactored Constants.PR_FULL_INTERNAL_TOKEN_NAME.
The Constants.PR_FULL_INTERNAL_TOKEN_NAME has been replaced with CryptoUtil.INTERNAL_TOKEN_FULL_NAME since they are identical. https://fedorahosted.org/pki/ticket/2556
Diffstat (limited to 'base/common/src')
-rw-r--r--base/common/src/com/netscape/certsrv/common/Constants.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/common/src/com/netscape/certsrv/common/Constants.java b/base/common/src/com/netscape/certsrv/common/Constants.java
index 3e941683a..743efc4df 100644
--- a/base/common/src/com/netscape/certsrv/common/Constants.java
+++ b/base/common/src/com/netscape/certsrv/common/Constants.java
@@ -489,7 +489,6 @@ public interface Constants {
//public final static String PR_CA_SIGNING_CERT = "cacert";
//public final static String PR_SERVER_CERT = "servercert";
public final static String PR_CLIENT_CERT = "clientcert";
- public final static String PR_FULL_INTERNAL_TOKEN_NAME = "Internal Key Storage Token";
public final static String PR_TOKEN_NAME = "tokenName";
public final static String PR_TOKEN_PASSWD = "tokenPwd";
public final static String PR_KEY_LENGTH = "keyLength";