package sk.iway.iwcm.system.googleauth; /** * KeyRepresentation.java * *@Title webjet8 *@Company Interway s.r.o. (www.interway.sk) *@Copyright Interway s.r.o. (c) 2001-2017 *@author $Author: jeeff mminda $ *@version $Revision: 1.3 $ *@created Date: Jun 5, 2017 9:50:34 AM *@modified $Date: 2004/08/16 06:26:11 $ */ public enum KeyRepresentation { BASE32, BASE64 }