Class AtlassianRandom.Factory

java.lang.Object
org.apache.sshd.common.random.AbstractRandomFactory
com.atlassian.bamboo.crypto.AtlassianRandom.Factory
All Implemented Interfaces:
Supplier<org.apache.sshd.common.random.Random>, org.apache.sshd.common.BuiltinFactory<org.apache.sshd.common.random.Random>, org.apache.sshd.common.Factory<org.apache.sshd.common.random.Random>, org.apache.sshd.common.NamedFactory<org.apache.sshd.common.random.Random>, org.apache.sshd.common.NamedResource, org.apache.sshd.common.OptionalFeature, org.apache.sshd.common.random.RandomFactory
Enclosing class:
AtlassianRandom

public static class AtlassianRandom.Factory extends org.apache.sshd.common.random.AbstractRandomFactory
  • Field Summary

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

    BY_NAME_COMPARATOR, NAME_EXTRACTOR

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

    FALSE, TRUE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.sshd.common.random.Random
     
    boolean
     

    Methods inherited from class org.apache.sshd.common.random.AbstractRandomFactory

    getName, 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.Factory

    get
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • create

      public org.apache.sshd.common.random.Random create()
    • isSupported

      public boolean isSupported()