At the moment, the SignedDataBuilder only supports signature::Signer (ecdsa / rsa pkcs1v15), it would be nice to get support for rsa PSS by adding a build_with_rng method (along with requirement for DynSignatureAlgorithmIdentifier instead of SignatureAlgorithmIdentifier)
At the moment, the
SignedDataBuilder
only supportssignature::Signer
(ecdsa / rsa pkcs1v15), it would be nice to get support for rsa PSS by adding abuild_with_rng
method (along with requirement forDynSignatureAlgorithmIdentifier
instead ofSignatureAlgorithmIdentifier
)