| Package | Description |
|---|---|
| org.dihedron.crypto.certificates | |
| org.dihedron.crypto.constants |
The package containing the definition of common constants.
|
| org.dihedron.crypto.operations.sign.pkcs7 |
The package containing the implementation of the CMS/PKCS#7 signer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.bouncycastle.asn1.ess.ESSCertID |
CertificateUtils.makeESSCertIdV1(X509Certificate x509certificate,
org.bouncycastle.asn1.x509.IssuerSerial issuerSerial,
DigestAlgorithm digestAlgorithm) |
static org.bouncycastle.asn1.ess.ESSCertIDv2[] |
CertificateUtils.makeESSCertIdV2(X509Certificate x509certificate,
org.bouncycastle.asn1.x509.IssuerSerial issuerSerial,
DigestAlgorithm digestAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
static DigestAlgorithm |
DigestAlgorithm.fromAsn1Id(String asn1)
Factory method: returns the Digest object corresponding to the given
algorithm id (in ASN.1 format).
|
static DigestAlgorithm |
DigestAlgorithm.fromBouncyCastleCode(String algorithmCode)
Factory method: returns the Digest object corresponding to the given
BouncyCastle algorithm id (e.g.
|
static DigestAlgorithm |
DigestAlgorithm.fromDescription(String description)
Factory method: returns the Digest object corresponding to the given text
description.
|
DigestAlgorithm |
SignatureAlgorithm.getDigestAlgorithm()
Returns the algorithm used to hash the data.
|
static DigestAlgorithm |
DigestAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigestAlgorithm[] |
DigestAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Pkcs7AttributeTableGenerator(DigestAlgorithm digestAlgorithm,
X509Certificate certificate) |
Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.