| Package | Description |
|---|---|
| org.nhindirect.common.crypto |
Interfaces an utilities for general cryptography operations.
|
| Modifier and Type | Method and Description |
|---|---|
static SignerCertPair |
CryptoExtensions.findSignerByCert(org.bouncycastle.cms.CMSSignedData signedData,
X509Certificate searchCert)
Searches CMS signed data for a specific X509 certificate.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<SignerCertPair> |
CryptoExtensions.findSignersByName(org.bouncycastle.cms.CMSSignedData signedData,
String name,
Collection<String> excludeNames)
Searches CMS signed data for a given email name.
|
Copyright © 2010–2021 The Direct Project. All rights reserved.