Class RandomKey


  • public class RandomKey
    extends java.lang.Object
    랜덤 키값 생성 (UUID를 생성하는 방법도 있으나 이 방법이 더 다양한 문자열 생성 가능)
    Version:
    1.0
    Author:
    Yeonhee Kim
    • Constructor Summary

      Constructors 
      Constructor Description
      RandomKey()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRamdomString​(int len)
      길이를 받고 랜덤한 문자열을 리턴
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RandomKey

        public RandomKey()
    • Method Detail

      • getRamdomString

        public java.lang.String getRamdomString​(int len)
        길이를 받고 랜덤한 문자열을 리턴
        Parameters:
        len - 랜덤 문자열의 길이
        Returns:
        랜덤 문자열