Package | Description |
---|---|
org.bouncycastle.cms | |
org.bouncycastle.cms.jcajce | |
org.bouncycastle.tsp |
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.
|
java.util.Collection |
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(java.security.cert.X509CertSelector certSelector) |
Modifier and Type | Method and Description |
---|---|
java.security.cert.X509CertSelector |
JcaX509CertSelectorConverter.getCertSelector(SignerId signerId) |
Modifier and Type | Method and Description |
---|---|
SignerId |
TimeStampToken.getSID() |