public static class PKCS7.ModuleMethods
extends java.lang.Object
Constructor and Description |
---|
PKCS7.ModuleMethods() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
encrypt(IRubyObject recv,
IRubyObject[] args)
ossl_pkcs7_s_encrypt
|
static IRubyObject |
read_smime(IRubyObject klass,
IRubyObject arg) |
static IRubyObject |
sign(IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
write_smime(IRubyObject recv,
IRubyObject[] args) |
public static IRubyObject read_smime(IRubyObject klass, IRubyObject arg)
public static IRubyObject write_smime(IRubyObject recv, IRubyObject[] args)
public static IRubyObject sign(IRubyObject recv, IRubyObject[] args)
public static IRubyObject encrypt(IRubyObject recv, IRubyObject[] args)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.