XRegistryKey xKey)
{
if (xSF != null && implementationName.equals( SimplePGPMailerFactory.IMPLEMENTATION_NAME ))
{
IPGP pgp= new PGP263x();
if ( pgp.isAvailable())
{
if (DEBUG)
System.out.println( "### got factory for 2.6.3!" );
return new SimplePGPMailerFactory( xSF, pgp );
}