Package | Description |
---|---|
org.bouncycastle.asn1.bc | |
org.bouncycastle.asn1.dvcs | |
org.bouncycastle.asn1.pkcs | |
org.bouncycastle.asn1.x509 |
Modifier and Type | Method and Description |
---|---|
DigestInfo |
LinkedCertificate.getDigest() |
Constructor and Description |
---|
LinkedCertificate(DigestInfo digest,
GeneralName certLocation) |
LinkedCertificate(DigestInfo digest,
GeneralName certLocation,
X500Name certIssuer,
GeneralNames cACerts) |
Modifier and Type | Method and Description |
---|---|
DigestInfo |
DVCSCertInfo.getMessageImprint() |
DigestInfo |
Data.getMessageImprint() |
Modifier and Type | Method and Description |
---|---|
void |
DVCSCertInfoBuilder.setMessageImprint(DigestInfo messageImprint) |
Constructor and Description |
---|
Data(DigestInfo messageImprint) |
DVCSCertInfo(DVCSRequestInformation dvReqInfo,
DigestInfo messageImprint,
ASN1Integer serialNumber,
DVCSTime responseTime) |
DVCSCertInfoBuilder(DVCSRequestInformation dvReqInfo,
DigestInfo messageImprint,
ASN1Integer serialNumber,
DVCSTime responseTime) |
Modifier and Type | Method and Description |
---|---|
DigestInfo |
MacData.getMac() |
Constructor and Description |
---|
MacData(DigestInfo digInfo,
byte[] salt,
int iterationCount) |
Modifier and Type | Method and Description |
---|---|
static DigestInfo |
DigestInfo.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static DigestInfo |
DigestInfo.getInstance(Object obj) |
Copyright © 2021 BouncyCastle.org. All rights reserved.