Constructor and Description |
---|
SecureRandomLibrary() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
hex(ThreadContext context,
IRubyObject self)
Deprecated.
|
static IRubyObject |
hex(ThreadContext context,
IRubyObject self,
IRubyObject n)
Deprecated.
|
static void |
load(Ruby runtime) |
void |
load(Ruby runtime,
boolean wrap) |
static IRubyObject |
random_bytes(ThreadContext context,
IRubyObject self)
Deprecated.
|
static IRubyObject |
random_bytes(ThreadContext context,
IRubyObject self,
IRubyObject n)
Deprecated.
|
static IRubyObject |
uuid(ThreadContext context,
IRubyObject self)
Deprecated.
|
public static void load(Ruby runtime)
@Deprecated public static IRubyObject random_bytes(ThreadContext context, IRubyObject self)
@Deprecated public static IRubyObject random_bytes(ThreadContext context, IRubyObject self, IRubyObject n)
@Deprecated public static IRubyObject hex(ThreadContext context, IRubyObject self)
@Deprecated public static IRubyObject hex(ThreadContext context, IRubyObject self, IRubyObject n)
@Deprecated public static IRubyObject uuid(ThreadContext context, IRubyObject self)
Copyright © 2001-2020 JRuby. All Rights Reserved.