Package | Description |
---|---|
org.jruby.ext.openssl.impl |
Modifier and Type | Method and Description |
---|---|
static Signed |
Signed.fromASN1(org.bouncycastle.asn1.DEREncodable content)
SignedData ::= SEQUENCE {
version Version,
digestAlgorithms DigestAlgorithmIdentifiers,
contentInfo ContentInfo,
certificates [0] IMPLICIT ExtendedCertificatesAndCertificates OPTIONAL,
crls [1] IMPLICIT CertificateRevocationLists OPTIONAL,
signerInfos SignerInfos }
Version ::= INTEGER
DigestAlgorithmIdentifiers ::= SET OF DigestAlgorithmIdentifier
SignerInfos ::= SET OF SignerInfo
|
Signed |
PKCS7.getSign() |
Signed |
PKCS7Data.getSign() |
Signed |
PKCS7DataSigned.getSign() |
Modifier and Type | Method and Description |
---|---|
void |
PKCS7.setSign(Signed sign) |
void |
PKCS7Data.setSign(Signed sign) |
void |
PKCS7DataSigned.setSign(Signed sign) |
Constructor and Description |
---|
PKCS7DataSigned(Signed sign) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.