クラス SecureRandomGenerator
java.lang.Object
org.iplass.mtp.impl.util.random.SecureRandomGenerator
-
コンストラクタの概要
コンストラクタコンストラクタ説明SecureRandomGenerator(int numBitsOfSecureRandomToken, int radixOfSecureRandomToken, boolean useStrongSecureRandom) SecureRandomGenerator(int numBitsOfSecureRandomToken, int radixOfSecureRandomToken, boolean useStrongSecureRandom, String encode) SecureRandomGenerator(int numBitsOfSecureRandomToken, int radixOfSecureRandomToken, String algorithm) SecureRandomGenerator(int numBitsOfSecureRandomToken, int radixOfSecureRandomToken, String algorithm, String provider) SecureRandomGenerator(int numBitsOfSecureRandomToken, int radixOfSecureRandomToken, String algorithm, String provider, String encode) -
メソッドの概要
-
コンストラクタの詳細
-
SecureRandomGenerator
public SecureRandomGenerator(int numBitsOfSecureRandomToken, int radixOfSecureRandomToken, boolean useStrongSecureRandom) -
SecureRandomGenerator
public SecureRandomGenerator(int numBitsOfSecureRandomToken, int radixOfSecureRandomToken, boolean useStrongSecureRandom, String encode) -
SecureRandomGenerator
public SecureRandomGenerator(int numBitsOfSecureRandomToken, int radixOfSecureRandomToken, String algorithm) -
SecureRandomGenerator
-
SecureRandomGenerator
-
-
メソッドの詳細
-
secureRandomToken
-
randomInt
public int randomInt(int bound) -
randomBytes
public byte[] randomBytes(int length)
-