1
vote
3answers
70 views
How can I verify that a certificate is an EV certificate with Java?
Consider the following sample code which uses a TrustManager to log whether an outgoing connection used a valid certificate (but accept the connection in all cases):
import java.s …
