| Package | Description |
|---|---|
| org.xipki.security | |
| org.xipki.security.bc | |
| org.xipki.security.util |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.operator.ContentVerifierProvider |
SecurityFactory.getContentVerifierProvider(PublicKey publicKey,
DHSigStaticKeyCertPair ownerKeyAndCert)
Gets the ContentVerifierProvider from the public key.
|
org.bouncycastle.operator.ContentVerifierProvider |
SecurityFactoryImpl.getContentVerifierProvider(PublicKey publicKey,
DHSigStaticKeyCertPair ownerKeyAndCert) |
boolean |
SecurityFactory.verifyPopo(org.bouncycastle.asn1.pkcs.CertificationRequest csr,
AlgorithmValidator algoValidator,
DHSigStaticKeyCertPair ownerKeyAndCert)
Verifies the signature of CSR.
|
boolean |
AbstractSecurityFactory.verifyPopo(org.bouncycastle.asn1.pkcs.CertificationRequest csr,
AlgorithmValidator algoValidator,
DHSigStaticKeyCertPair ownerKeyAndCert) |
boolean |
SecurityFactory.verifyPopo(org.bouncycastle.pkcs.PKCS10CertificationRequest csr,
AlgorithmValidator algoValidator,
DHSigStaticKeyCertPair ownerKeyAndCert)
Verifies the signature of CSR.
|
boolean |
SecurityFactoryImpl.verifyPopo(org.bouncycastle.pkcs.PKCS10CertificationRequest csr,
AlgorithmValidator algoValidator,
DHSigStaticKeyCertPair ownerKeyAndCert) |
| Constructor and Description |
|---|
XiXDHContentVerifierProvider(PublicKey verifyKey,
DHSigStaticKeyCertPair ownerKeyAndCert) |
| Modifier and Type | Method and Description |
|---|---|
static org.bouncycastle.operator.ContentVerifierProvider |
SignerUtil.getContentVerifierProvider(PublicKey publicKey,
DHSigStaticKeyCertPair ownerKeyAndCert) |
Copyright © 2019. All rights reserved.