| Package | Description |
|---|---|
| org.xipki.security |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionAlgorithmValidator
An implementation of
AlgorithmValidator where the permitted algorithms
are contained in a static collection. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SecurityFactory.verifyPopo(org.bouncycastle.asn1.pkcs.CertificationRequest csr,
AlgorithmValidator algoValidator)
Verifies the signature of CSR.
|
boolean |
AbstractSecurityFactory.verifyPopo(org.bouncycastle.asn1.pkcs.CertificationRequest csr,
AlgorithmValidator algoValidator) |
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)
Verifies the signature of CSR.
|
boolean |
AbstractSecurityFactory.verifyPopo(org.bouncycastle.pkcs.PKCS10CertificationRequest csr,
AlgorithmValidator algoValidator) |
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) |
Copyright © 2020. All rights reserved.