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
SignedDataBuilderonly supportssignature::Signer(ecdsa / rsa pkcs1v15), it would be nice to get support for rsa PSS by adding abuild_with_rngmethod (along with requirement forDynSignatureAlgorithmIdentifierinstead ofSignatureAlgorithmIdentifier)