Package | Description |
---|---|
org.jruby.ext.openssl | |
org.jruby.ext.openssl.impl |
Modifier and Type | Method and Description |
---|---|
static PKCS7.SignerInfo |
PKCS7.SignerInfo.create(Ruby runtime,
SignerInfoWithPkey info) |
Modifier and Type | Method and Description |
---|---|
SignerInfoWithPkey |
PKCS7.addSignature(X509AuxCertificate x509,
java.security.PrivateKey pkey,
java.security.MessageDigest dgst) |
SignerInfoWithPkey |
SignerInfoWithPkey.dup() |
static SignerInfoWithPkey |
SignerInfoWithPkey.getInstance(java.lang.Object o) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<SignerInfoWithPkey> |
PKCS7.getSignerInfo()
c: PKCS7_get_signer_info
|
java.util.Collection<SignerInfoWithPkey> |
PKCS7Data.getSignerInfo() |
java.util.Collection<SignerInfoWithPkey> |
PKCS7DataSigned.getSignerInfo() |
java.util.Collection<SignerInfoWithPkey> |
PKCS7DataSignedAndEnveloped.getSignerInfo() |
java.util.Collection<SignerInfoWithPkey> |
SignEnvelope.getSignerInfo()
Get the
SignerInfoWithPkey value. |
java.util.Collection<SignerInfoWithPkey> |
Signed.getSignerInfo()
Get the
SignerInfo value. |
Modifier and Type | Method and Description |
---|---|
void |
PKCS7.addSigner(SignerInfoWithPkey psi)
c: PKCS7_add_signer
|
void |
PKCS7Data.addSigner(SignerInfoWithPkey psi) |
void |
PKCS7DataSigned.addSigner(SignerInfoWithPkey psi) |
void |
PKCS7DataSignedAndEnveloped.addSigner(SignerInfoWithPkey psi) |
void |
PKCS7.signatureVerify(BIO bio,
SignerInfoWithPkey si,
X509AuxCertificate x509) |
Modifier and Type | Method and Description |
---|---|
java.util.List<X509AuxCertificate> |
PKCS7.getSigners(java.util.Collection<X509AuxCertificate> certs,
java.util.List<SignerInfoWithPkey> sinfos,
int flags) |
void |
SignEnvelope.setSignerInfo(java.util.Collection<SignerInfoWithPkey> newSignerInfo)
Set the
SignerInfoWithPkey value. |
void |
Signed.setSignerInfo(java.util.Collection<SignerInfoWithPkey> newSignerInfo)
Set the
SignerInfo value. |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.