Package | Description |
---|---|
old.org.bouncycastle.cms | |
old.org.bouncycastle.cms.bc | |
old.org.bouncycastle.cms.jcajce | |
old.org.bouncycastle.tsp |
Modifier and Type | Method and Description |
---|---|
boolean |
SignerInformation.verify(SignerInformationVerifier verifier)
Verify that the given verifier can successfully verify the signature on
this SignerInformation object.
|
Modifier and Type | Method and Description |
---|---|
SignerInformationVerifier |
BcRSASignerInfoVerifierBuilder.build(AsymmetricKeyParameter pubKey) |
SignerInformationVerifier |
BcRSASignerInfoVerifierBuilder.build(X509CertificateHolder certHolder) |
Modifier and Type | Method and Description |
---|---|
SignerInformationVerifier |
JcaSimpleSignerInfoVerifierBuilder.build(PublicKey pubKey) |
SignerInformationVerifier |
JcaSimpleSignerInfoVerifierBuilder.build(X509Certificate certificate) |
SignerInformationVerifier |
JcaSimpleSignerInfoVerifierBuilder.build(X509CertificateHolder certHolder) |
Modifier and Type | Method and Description |
---|---|
boolean |
TimeStampToken.isSignatureValid(SignerInformationVerifier sigVerifier)
Return true if the signature on time stamp token is valid.
|
void |
TimeStampToken.validate(SignerInformationVerifier sigVerifier)
Validate the time stamp token.
|
Copyright © 2015. All rights reserved.