Package | Description |
---|---|
old.org.bouncycastle.cert.cmp |
Modifier and Type | Method and Description |
---|---|
ProtectedPKIMessage |
ProtectedPKIMessageBuilder.build(ContentSigner signer)
Build a protected PKI message which has MAC based integrity protection.
|
CertificateConfirmationContent |
CertificateConfirmationContentBuilder.build(DigestCalculatorProvider digesterProvider) |
ProtectedPKIMessage |
ProtectedPKIMessageBuilder.build(MacCalculator macCalculator)
Build a protected PKI message which has MAC based integrity protection.
|
boolean |
CertificateStatus.isVerified(X509CertificateHolder certHolder,
DigestCalculatorProvider digesterProvider) |
boolean |
ProtectedPKIMessage.verify(ContentVerifierProvider verifierProvider)
Verify a message with a public key based signature attached.
|
boolean |
ProtectedPKIMessage.verify(PKMACBuilder pkMacBuilder,
char[] password)
Verify a message with password based MAC protection.
|
Copyright © 2015. All rights reserved.