Package br.com.flexait.core.component

Examples of br.com.flexait.core.component.SecurityImpl


    }
    return date.get(Calendar.YEAR);
  }

  public static String hash(Calendar date) {
    String sha1 = new SecurityImpl().sha1(formatDateTime(date));
    return sha1.substring(0, 7);
  }
View Full Code Here

TOP

Related Classes of br.com.flexait.core.component.SecurityImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.