Package | Description |
---|---|
org.bouncycastle.asn1.dvcs | |
org.bouncycastle.asn1.pkcs | |
org.bouncycastle.asn1.x509 |
Modifier and Type | Method and Description |
---|---|
DigestInfo |
Data.getMessageImprint() |
DigestInfo |
DVCSCertInfo.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 © 2020 BouncyCastle.org. All rights reserved.