| Package | Description |
|---|---|
| org.xwiki.crypto.signer |
| Modifier and Type | Method and Description |
|---|---|
CMSSignedDataVerified |
CMSSignedDataVerifier.verify(byte[] signature)
Verify all signature contained in the signature against the embedded data.
|
CMSSignedDataVerified |
CMSSignedDataVerifier.verify(byte[] signature,
byte[] data)
Verify all signature contained in the signature against the provided data.
|
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,
byte[] data,
Collection<CertifiedPublicKey> certificates)
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.
|
CMSSignedDataVerified |
CMSSignedDataVerifier.verify(byte[] signature,
Collection<CertifiedPublicKey> certificates)
Verify all signature contained in the signature against the embedded data.
|
Copyright © 2004–2015 XWiki. All rights reserved.