#!/bin/bash
# vim:ts=4:sw=4
#############################################################################
#
# Copyright Avaya Inc., All Rights Reserved.
#
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Avaya Inc.
#
# The copyright notice above does not evidence any actual or intended
# publication of such source code.
#
# Some third-party source code components may have  been modified from their
# original versions by Avaya Inc.
#
# The modifications are Copyright Avaya Inc., All Rights Reserved.
#
# Avaya - Confidential & Restricted. May not be distributed further without
# written permission of the Avaya owner.
#
#############################################################################
#
# Keytool like utility for working with BCFKS keystores.
#
 
source /opt/util/bin/tm/TMEnv.sh

java -Dlog4j.configuration=$TM_LOG4J -cp $TM_CLASSPATH \
	com.avaya.asm.mgmt.tmcli.BCKeyTool "$@"
