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 
     
  • Field Summary

    Fields inherited from interface org.apache.sshd.common.NamedResource

    BY_NAME_COMPARATOR, NAME_EXTRACTOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fill(byte[] output, int start, int len)
     
     
    int
    random(int i)
     

    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

      public String getName()