com.atlassian.bamboo.crypto
Class AtlassianRandom

java.lang.Object
  extended by com.atlassian.bamboo.crypto.AtlassianRandom
All Implemented Interfaces:
org.apache.sshd.common.Random

public class AtlassianRandom
extends java.lang.Object
implements org.apache.sshd.common.Random


Nested Class Summary
static class AtlassianRandom.Factory
           
 
Constructor Summary
AtlassianRandom()
           
 
Method Summary
 void fill(byte[] output, int start, int len)
           
 int random(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtlassianRandom

public AtlassianRandom()
Method Detail

fill

public void fill(byte[] output,
                 int start,
                 int len)
Specified by:
fill in interface org.apache.sshd.common.Random

random

public int random(int i)
Specified by:
random in interface org.apache.sshd.common.Random


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.