Uses of Interface
org.bouncycastle.operator.ContentSigner
| Package | Description |
|---|---|
| org.bouncycastle.cms | |
| org.bouncycastle.cms.jcajce | |
| org.bouncycastle.operator.jcajce |
-
Uses of ContentSigner in org.bouncycastle.cms
Methods in org.bouncycastle.cms with parameters of type ContentSigner Modifier and Type Method Description SignerInfoGeneratorSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, byte[] subjectKeyIdentifier)Build a generator with the passed in subjectKeyIdentifier as the signerIdentifier.SignerInfoGeneratorSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, X509CertificateHolder certHolder)Build a generator with the passed in certHolder issuer and serial number as the signerIdentifier. -
Uses of ContentSigner in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce with parameters of type ContentSigner Modifier and Type Method Description SignerInfoGeneratorJcaSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, byte[] keyIdentifier)SignerInfoGeneratorJcaSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, X509Certificate certificate)SignerInfoGeneratorJcaSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, X509CertificateHolder certHolder) -
Uses of ContentSigner in org.bouncycastle.operator.jcajce
Methods in org.bouncycastle.operator.jcajce that return ContentSigner Modifier and Type Method Description ContentSignerJcaContentSignerBuilder. build(PrivateKey privateKey)