Package | Description |
---|---|
org.jruby.ext.openssl.impl | |
org.jruby.ext.openssl.x509store |
Modifier and Type | Method and Description |
---|---|
CipherSpec |
EncContent.getCipher()
Get the
Cipher value. |
Modifier and Type | Method and Description |
---|---|
static PKCS7 |
PKCS7.encrypt(java.util.Collection<X509AuxCertificate> certs,
byte[] in,
CipherSpec cipher,
int flags) |
void |
EncContent.setCipher(CipherSpec newCipher)
Set the
Cipher value. |
void |
PKCS7.setCipher(CipherSpec cipher)
c: PKCS7_set_cipher
|
void |
PKCS7Data.setCipher(CipherSpec cipher) |
void |
PKCS7DataEnveloped.setCipher(CipherSpec cipher) |
void |
PKCS7DataSignedAndEnveloped.setCipher(CipherSpec cipher) |
Modifier and Type | Method and Description |
---|---|
static void |
PEMInputOutput.writeDSAPrivateKey(java.io.Writer _out,
java.security.interfaces.DSAPrivateKey obj,
CipherSpec cipher,
char[] passwd) |
static void |
PEMInputOutput.writeRSAPrivateKey(java.io.Writer _out,
java.security.interfaces.RSAPrivateCrtKey obj,
CipherSpec cipher,
char[] passwd) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.