View Javadoc

1   package org.kuali.mobility.security.util;
2   
3   public interface EncryptionConstants {
4   	String ENCRYPTION_ALGORITHM="encryption.algorithm";
5   	String ENCRYPTION_KEY="encryption.key";
6   }