akka.remote.security

provider

package provider

Visibility
  1. Public
  2. All

Type Members

  1. class AES128CounterInetRNG extends SecureRandomSpi

    INTERNAL API This class is a wrapper around the 128-bit AESCounterRNG algorithm provided by http://maths.uncommons.org/ It uses the default seed generator which uses one of the following 3 random seed sources: Depending on availability: random.org, /dev/random, and SecureRandom (provided by Java) The only method used by netty ssl is engineNextBytes(bytes)

  2. class AES128CounterSecureRNG extends SecureRandomSpi

    INTERNAL API This class is a wrapper around the 128-bit AESCounterRNG algorithm provided by http://maths.uncommons.org/ The only method used by netty ssl is engineNextBytes(bytes) This RNG is good to use to prevent startup delay when you don't have Internet access to random.org

  3. class AES256CounterInetRNG extends SecureRandomSpi

    INTERNAL API This class is a wrapper around the 256-bit AESCounterRNG algorithm provided by http://maths.uncommons.org/ It uses the default seed generator which uses one of the following 3 random seed sources: Depending on availability: random.org, /dev/random, and SecureRandom (provided by Java) The only method used by netty ssl is engineNextBytes(bytes)

  4. class AES256CounterSecureRNG extends SecureRandomSpi

    INTERNAL API This class is a wrapper around the 256-bit AESCounterRNG algorithm provided by http://maths.uncommons.org/ The only method used by netty ssl is engineNextBytes(bytes) This RNG is good to use to prevent startup delay when you don't have Internet access to random.org

  5. final class InternetSeedGenerator extends SeedGenerator

Value Members

  1. object AkkaProvider extends Provider

    A provider that for AES128CounterRNGFast, a cryptographically secure random number generator through SecureRandom

  2. object InternetSeedGenerator

    INTERNAL API Seed generator that maintains multiple strategies for seed generation and will delegate to the best one available for the current operating environment.

Ungrouped