Package com.atlassian.bamboo.crypto
Class AtlassianRandom
- java.lang.Object
-
- org.apache.sshd.common.random.AbstractRandom
-
- com.atlassian.bamboo.crypto.AtlassianRandom
-
- All Implemented Interfaces:
org.apache.sshd.common.NamedResource
,org.apache.sshd.common.random.Random
public class AtlassianRandom extends org.apache.sshd.common.random.AbstractRandom
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AtlassianRandom.Factory
-
Constructor Summary
Constructors Constructor Description AtlassianRandom()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fill(byte[] output, int start, int len)
String
getName()
int
random(int i)
-
-
-
Method Detail
-
fill
public void fill(byte[] output, int start, int len)
-
random
public int random(int i)
-
getName
public String getName()
-
-