Package | Description |
---|---|
org.bouncycastle.cms |
A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).
|
org.bouncycastle.cms.jcajce | |
org.bouncycastle.tsp |
Classes for dealing Time Stamp Protocol (TSP) - RFC 3161.
|
Modifier and Type | Method and Description |
---|---|
SignerId |
SignerInformation.getSID() |
Modifier and Type | Method and Description |
---|---|
SignerInformationVerifier |
SignerInformationVerifierProvider.get(SignerId sid)
Return a SignerInformationVerifierProvider suitable for the passed in SID.
|
SignerInformation |
SignerInformationStore.get(SignerId selector)
Return the first SignerInformation object that matches the
passed in selector.
|
Collection<SignerInformation> |
SignerInformationStore.getSigners(SignerId selector)
Return possible empty collection with signers matching the passed in SignerId
|
Modifier and Type | Class and Description |
---|---|
class |
JcaSignerId |
Modifier and Type | Method and Description |
---|---|
SignerId |
JcaSelectorConverter.getSignerId(X509CertSelector certSelector) |
Modifier and Type | Method and Description |
---|---|
X509CertSelector |
JcaX509CertSelectorConverter.getCertSelector(SignerId signerId) |
Modifier and Type | Method and Description |
---|---|
SignerId |
TimeStampToken.getSID() |
Copyright © 2017 BouncyCastle.org. All rights reserved.