| Package | Description |
|---|---|
| org.xwiki.crypto.pkix | |
| org.xwiki.crypto.signer |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainingCertificateProvider
Chain two or more certificate provider, asking each of them until found for the requested certificate.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CertifiedPublicKey> |
CertificateChainBuilder.build(CertifiedPublicKey certificate,
CertificateProvider provider)
Build a certification chain for a given certificate.
|
| Constructor and Description |
|---|
ChainingCertificateProvider(CertificateProvider... providers)
Create a new chaining certificate provider from the given providers.
|
| Modifier and Type | Method and Description |
|---|---|
CMSSignedDataVerified |
CMSSignedDataVerifier.verify(byte[] signature,
byte[] data,
CertificateProvider certificateProvider)
Verify all signature contained in the signature against the provided data.
|
CMSSignedDataVerified |
CMSSignedDataVerifier.verify(byte[] signature,
CertificateProvider certificateProvider)
Verify all signature contained in the signature against the embedded data.
|
Copyright © 2004–2015 XWiki. All rights reserved.