Class SecureRandomUtils

java.lang.Object
org.elasticsearch.common.SecureRandomUtils

public final class SecureRandomUtils extends Object
  • Method Details

    • getBase64SecureRandomString

      public static SecureString getBase64SecureRandomString(int numBytes)
      Returns a cryptographically secure Base64 encoded SecureString of numBytes random bytes.