com.beasys.commerce.ebusiness.security
Class SecurityConstants

java.lang.Object
  extended by com.beasys.commerce.ebusiness.security.SecurityConstants

public class SecurityConstants
extends Object

Defines constants used in this package


Field Summary
static String ENCRYPTION_PROPERTY_NAME
           
static String KEY_BIT_SIZE_PROPERTY_NAME
           
static String NOT_SO_SECURE_SECURITY
           
static String PRIVATE_KEY_COLUMN_PROPERTY_NAME
           
static String PUBLIC_KEY_COLUMN_PROPERTY_NAME
           
static String SECURITY_TABLE_BACKUP_PROPERTY_NAME
           
static String SECURITY_TABLE_PROPERTY_NAME
           
 
Constructor Summary
SecurityConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENCRYPTION_PROPERTY_NAME

public static final String ENCRYPTION_PROPERTY_NAME
See Also
Constants Summary

SECURITY_TABLE_PROPERTY_NAME

public static final String SECURITY_TABLE_PROPERTY_NAME
See Also
Constants Summary

SECURITY_TABLE_BACKUP_PROPERTY_NAME

public static final String SECURITY_TABLE_BACKUP_PROPERTY_NAME
See Also
Constants Summary

PUBLIC_KEY_COLUMN_PROPERTY_NAME

public static final String PUBLIC_KEY_COLUMN_PROPERTY_NAME
See Also
Constants Summary

PRIVATE_KEY_COLUMN_PROPERTY_NAME

public static final String PRIVATE_KEY_COLUMN_PROPERTY_NAME
See Also
Constants Summary

KEY_BIT_SIZE_PROPERTY_NAME

public static final String KEY_BIT_SIZE_PROPERTY_NAME
See Also
Constants Summary

NOT_SO_SECURE_SECURITY

public static final String NOT_SO_SECURE_SECURITY
See Also
Constants Summary
Constructor Detail

SecurityConstants

public SecurityConstants()


Copyright © 2006 BEA Systems, Inc. All Rights Reserved