Uses of Interface
org.bouncycastle.operator.ContentSigner
Packages that use ContentSigner
Package
Description
-
Uses of ContentSigner in org.bouncycastle.cert
Methods in org.bouncycastle.cert with parameters of type ContentSignerModifier and TypeMethodDescriptionX509v1CertificateBuilder.build(ContentSigner signer) Generate an X509 certificate, based on the current issuer and subject using the passed in signer.X509v2AttributeCertificateBuilder.build(ContentSigner signer) Generate an X509 certificate, based on the current issuer and subject using the passed in signer.X509v2CRLBuilder.build(ContentSigner signer) Generate an X.509 CRL, based on the current issuer and subject using the passed in signer.X509v2CRLBuilder.build(ContentSigner signer, boolean isCritical, ContentSigner altSigner) Generate an X.509 CRL, based on the current issuer using the passed in signer and containing altSignatureAlgorithm and altSignatureValue extensions based on the passed altSigner.X509v3CertificateBuilder.build(ContentSigner signer) Generate an X.509 certificate, based on the current issuer and subject using the passed in signer.X509v3CertificateBuilder.build(ContentSigner signer, boolean isCritical, ContentSigner altSigner) Generate an X.509 certificate, based on the current issuer and subject using the passed in signer and containing altSignatureAlgorithm and altSignatureValue extensions based on the passed altSigner. -
Uses of ContentSigner in org.bouncycastle.cert.cmp
Methods in org.bouncycastle.cert.cmp with parameters of type ContentSignerModifier and TypeMethodDescriptionProtectedPKIMessageBuilder.build(ContentSigner signer) Build a protected PKI message which has MAC based integrity protection. -
Uses of ContentSigner in org.bouncycastle.cert.crmf
Methods in org.bouncycastle.cert.crmf with parameters of type ContentSignerModifier and TypeMethodDescriptionorg.bouncycastle.asn1.crmf.POPOSigningKeyProofOfPossessionSigningKeyBuilder.build(ContentSigner signer) CertificateRequestMessageBuilder.setProofOfPossessionSigningKeySigner(ContentSigner popSigner) -
Uses of ContentSigner in org.bouncycastle.cert.ocsp
Methods in org.bouncycastle.cert.ocsp with parameters of type ContentSignerModifier and TypeMethodDescriptionBasicOCSPRespBuilder.build(ContentSigner signer, X509CertificateHolder[] chain, Date producedAt) OCSPReqBuilder.build(ContentSigner signer, X509CertificateHolder[] chain) -
Uses of ContentSigner in org.bouncycastle.cms
Methods in org.bouncycastle.cms with parameters of type ContentSignerModifier and TypeMethodDescriptionSignerInfoGeneratorBuilder.build(ContentSigner contentSigner, byte[] subjectKeyIdentifier) Build a generator with the passed in subjectKeyIdentifier as the signerIdentifier.SignerInfoGeneratorBuilder.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 ContentSignerModifier and TypeMethodDescriptionJcaSignerInfoGeneratorBuilder.build(ContentSigner contentSigner, byte[] keyIdentifier) JcaSignerInfoGeneratorBuilder.build(ContentSigner contentSigner, X509Certificate certificate) JcaSignerInfoGeneratorBuilder.build(ContentSigner contentSigner, X509CertificateHolder certHolder) -
Uses of ContentSigner in org.bouncycastle.est
Methods in org.bouncycastle.est with parameters of type ContentSignerModifier and TypeMethodDescriptionESTService.enrollPop(boolean reEnroll, PKCS10CertificationRequestBuilder builder, ContentSigner contentSigner, ESTAuth auth, boolean certGen) Implements Enroll with PoP.ESTService.simpleEnrollPoP(boolean reEnroll, PKCS10CertificationRequestBuilder builder, ContentSigner contentSigner, ESTAuth auth) Implements Enroll with PoP.ESTService.simpleEnrollPopWithServersideCreation(PKCS10CertificationRequestBuilder builder, ContentSigner contentSigner, ESTAuth auth) Simple enrollment with PoP and server side creation of keys. -
Uses of ContentSigner in org.bouncycastle.operator
Classes in org.bouncycastle.operator that implement ContentSignerModifier and TypeClassDescriptionclassA class that explicitly buffers the data to be signed, sending it in one block when ready for signing.Constructors in org.bouncycastle.operator with parameters of type ContentSignerModifierConstructorDescriptionBufferingContentSigner(ContentSigner contentSigner) Base constructor.BufferingContentSigner(ContentSigner contentSigner, int bufferSize) Base constructor. -
Uses of ContentSigner in org.bouncycastle.operator.bc
Methods in org.bouncycastle.operator.bc that return ContentSignerModifier and TypeMethodDescriptionBcContentSignerBuilder.build(AsymmetricKeyParameter privateKey) -
Uses of ContentSigner in org.bouncycastle.operator.jcajce
Methods in org.bouncycastle.operator.jcajce that return ContentSigner -
Uses of ContentSigner in org.bouncycastle.pkcs
Methods in org.bouncycastle.pkcs with parameters of type ContentSignerModifier and TypeMethodDescriptionPKCS10CertificationRequestBuilder.build(ContentSigner signer) Generate an PKCS#10 request based on the past in signer.PKCS10CertificationRequestBuilder.build(ContentSigner signer, SubjectPublicKeyInfo altPublicKey, ContentSigner altSigner) Generate a PKCS10 certificate request, based on the current issuer and subject using the passed in signer and containing altSignatureAlgorithm. altSubjectPublicKeyInfo, and altSignatureValue attributes based on the passed altSigner. -
Uses of ContentSigner in org.bouncycastle.pkcs.jcajce
Methods in org.bouncycastle.pkcs.jcajce with parameters of type ContentSignerModifier and TypeMethodDescriptionJcaPKCS10CertificationRequestBuilder.build(ContentSigner signer, PublicKey altPublicKey, ContentSigner altSigner)