I want to build a certificate with Bouncy Castle in Eclipse.
I used the functioin X509v1CertificateGenerator but it is deprecated. When I want to use the Certificate Builder it seems like that there is no Certificate Builder in the Bouncy Castle.
What is the problem here that I can't get the functioin Certificate Builder in BC ?
I am also not able to import org.bouncycastle.cert.*;
the other deprecated imports work.