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 -
Field Summary
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.common.random.AbstractRandom
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.sshd.common.random.Random
fill
-
Constructor Details
-
AtlassianRandom
public AtlassianRandom()
-
-
Method Details
-
fill
public void fill(byte[] output, int start, int len) -
random
public int random(int i) -
getName
-