Constructor and Description |
---|
X509ExtensionUtils(DigestCalculator calculator) |
Constructor and Description |
---|
BcX509ExtensionUtils(DigestCalculator calculator) |
Constructor and Description |
---|
JcaX509ExtensionUtils(DigestCalculator calculator) |
Constructor and Description |
---|
BasicOCSPRespBuilder(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo key,
DigestCalculator digCalc)
construct with the responderID to be the SHA-1 keyHash of the passed in public key.
|
CertificateID(DigestCalculator digestCalculator,
X509CertificateHolder issuerCert,
java.math.BigInteger number)
create from an issuer certificate and the serial number of the
certificate it signed.
|
RespID(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo subjectPublicKeyInfo,
DigestCalculator digCalc)
Calculate a RespID based on the public key of the responder.
|
Constructor and Description |
---|
JcaBasicOCSPRespBuilder(java.security.PublicKey key,
DigestCalculator digCalc) |
JcaCertificateID(DigestCalculator digestCalculator,
java.security.cert.X509Certificate issuerCert,
java.math.BigInteger number) |
JcaRespID(java.security.PublicKey pubKey,
DigestCalculator digCalc) |
Modifier and Type | Method and Description |
---|---|
DigestCalculator |
SignerInformationVerifier.getDigestCalculator(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier) |
Modifier and Type | Method and Description |
---|---|
CMSAuthenticatedData |
CMSAuthenticatedDataGenerator.generate(CMSTypedData typedData,
MacCalculator macCalculator,
DigestCalculator digestCalculator)
Generate an authenticated data object from the passed in typedData and MacCalculator.
|
java.io.OutputStream |
CMSAuthenticatedDataStreamGenerator.open(org.bouncycastle.asn1.ASN1ObjectIdentifier dataType,
java.io.OutputStream out,
MacCalculator macCalculator,
DigestCalculator digestCalculator)
generate an authenticated data structure with the encapsulated bytes marked as type dataType.
|
java.io.OutputStream |
CMSAuthenticatedDataStreamGenerator.open(java.io.OutputStream out,
MacCalculator macCalculator,
DigestCalculator digestCalculator) |
Constructor and Description |
---|
MessageImprintBuilder(DigestCalculator digestCalculator) |
Modifier and Type | Method and Description |
---|---|
DigestCalculator |
DigestCalculatorProvider.get(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithmIdentifier) |
Modifier and Type | Method and Description |
---|---|
DigestCalculator |
BcDigestCalculatorProvider.get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm) |
Constructor and Description |
---|
TimeStampTokenGenerator(SignerInfoGenerator signerInfoGen,
DigestCalculator digestCalculator,
org.bouncycastle.asn1.ASN1ObjectIdentifier tsaPolicy)
Basic Constructor - set up a calculator based on signerInfoGen with a ESSCertID calculated from
the signer's associated certificate using the sha1DigestCalculator.
|
TimeStampTokenGenerator(SignerInfoGenerator signerInfoGen,
DigestCalculator digestCalculator,
org.bouncycastle.asn1.ASN1ObjectIdentifier tsaPolicy,
boolean isIssuerSerialIncluded)
Basic Constructor - set up a calculator based on signerInfoGen with a ESSCertID calculated from
the signer's associated certificate using the sha1DigestCalculator.
|
Modifier and Type | Method and Description |
---|---|
DigestCalculator |
CMSTimeStampedDataParser.getMessageImprintDigestCalculator(DigestCalculatorProvider calculatorProvider)
Returns an appropriately initialised digest calculator based on the message imprint algorithm
described in the first time stamp in the TemporalData for this message.
|
DigestCalculator |
CMSTimeStampedData.getMessageImprintDigestCalculator(DigestCalculatorProvider calculatorProvider)
Returns an appropriately initialised digest calculator based on the message imprint algorithm
described in the first time stamp in the TemporalData for this message.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
CMSTimeStampedDataParser.calculateNextHash(DigestCalculator calculator) |
byte[] |
CMSTimeStampedData.calculateNextHash(DigestCalculator calculator) |
void |
CMSTimeStampedGenerator.initialiseMessageImprintDigestCalculator(DigestCalculator calculator)
Initialise the passed in calculator with the MetaData for this message, if it is
required as part of the initial message imprint calculation.
|
void |
CMSTimeStampedDataParser.initialiseMessageImprintDigestCalculator(DigestCalculator calculator)
Initialise the passed in calculator with the MetaData for this message, if it is
required as part of the initial message imprint calculation.
|
void |
CMSTimeStampedData.initialiseMessageImprintDigestCalculator(DigestCalculator calculator)
Initialise the passed in calculator with the MetaData for this message, if it is
required as part of the initial message imprint calculation.
|