public class OpenSSLImpl
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
OpenSSLImpl.KeyAndIv |
Modifier and Type | Method and Description |
---|---|
static void |
defaultObjects(Ruby runtime) |
static OpenSSLImpl.KeyAndIv |
EVP_BytesToKey(int key_len,
int iv_len,
java.security.MessageDigest md,
byte[] salt,
byte[] data,
int count) |
static PEMHandler |
getPEMHandler() |
static byte[] |
readX509PEM(IRubyObject arg) |
static IRubyObject |
to_der_if_possible(IRubyObject obj) |
static IRubyObject |
to_der(IRubyObject obj) |
public static IRubyObject to_der(IRubyObject obj)
public static IRubyObject to_der_if_possible(IRubyObject obj)
public static byte[] readX509PEM(IRubyObject arg)
public static void defaultObjects(Ruby runtime)
public static PEMHandler getPEMHandler()
public static OpenSSLImpl.KeyAndIv EVP_BytesToKey(int key_len, int iv_len, java.security.MessageDigest md, byte[] salt, byte[] data, int count)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.