Security documentations need to be updated for the following:
1) the addition of new provider "JdkLDAP" for LDAP CertStore implementation (which was in SUN provider)
2) the addition of new provider "JdkSASL" for GSSAPI SaslClientFactory/SaslServerFactory implementations (which was in SunSASL provider)
3) the provider preference list inside java.security uses provider name by default instead of the full class name.
4) the new Provider.configure(String... configArgs) API which can be used to create custom PKCS11 providers at runtime.