Package

pt.tecnico.dsi.ldap.security

provider

Permalink

package provider

Visibility
  1. Public
  2. All

Type Members

  1. class AES128CounterSecureRNG extends SecureRandomSpi

    Permalink

    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

  2. class AES256CounterSecureRNG extends SecureRandomSpi

    Permalink

    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

Value Members

  1. object MathsProvider extends Provider

    Permalink

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

Ungrouped