Interface IJcaSignerInfoGeneratorBuilder
-
- All Known Implementing Classes:
JcaSignerInfoGeneratorBuilderBC
public interface IJcaSignerInfoGeneratorBuilderThis interface represents the wrapper for JcaSignerInfoGeneratorBuilder that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISignerInfoGeneratorbuild(IContentSigner signer, java.security.cert.X509Certificate cert)Calls actualbuildmethod for the wrapped JcaSignerInfoGeneratorBuilder object.
-
-
-
Method Detail
-
build
ISignerInfoGenerator build(IContentSigner signer, java.security.cert.X509Certificate cert) throws AbstractOperatorCreationException, java.security.cert.CertificateEncodingException
Calls actualbuildmethod for the wrapped JcaSignerInfoGeneratorBuilder object.- Parameters:
signer- ContentSigner wrappercert- X509Certificate- Returns:
ISignerInfoGeneratorthe wrapper for built SignerInfoGenerator object.- Throws:
AbstractOperatorCreationException- wrapped OperatorCreationException.java.security.cert.CertificateEncodingException- if an error occurs while attempting to encode a certificate.
-
-