Package org.jruby.ext.securerandom
Class SecureRandomLibrary
java.lang.Object
org.jruby.ext.securerandom.SecureRandomLibrary
- All Implemented Interfaces:
Library
Created by headius on 1/14/14.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObjecthex(ThreadContext context, IRubyObject self) Deprecated.static IRubyObjecthex(ThreadContext context, IRubyObject self, IRubyObject n) Deprecated.static voidvoidstatic IRubyObjectrandom_bytes(ThreadContext context, IRubyObject self) Deprecated.static IRubyObjectrandom_bytes(ThreadContext context, IRubyObject self, IRubyObject n) Deprecated.static IRubyObjectuuid(ThreadContext context, IRubyObject self) Deprecated.
-
Constructor Details
-
SecureRandomLibrary
public SecureRandomLibrary()
-
-
Method Details
-
load
-
load
-
random_bytes
Deprecated. -
random_bytes
@Deprecated public static IRubyObject random_bytes(ThreadContext context, IRubyObject self, IRubyObject n) Deprecated. -
hex
Deprecated. -
hex
Deprecated. -
uuid
Deprecated.
-