Package com.sun.star.pgp

Examples of com.sun.star.pgp.PGP263x


                              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 );
      }
View Full Code Here


  }

  //==============================================================================================
  public static void main( String args[] )
  {
    IPGP pgp = new PGP263x();
  }
View Full Code Here

TOP

Related Classes of com.sun.star.pgp.PGP263x

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.