Class JcaContextHelper

java.lang.Object
org.c02e.jpgpj.JcaContextHelper

public class JcaContextHelper extends Object
Helper class for Java Cryptography Architecture (JCA) context consisting of provider Note: The following class is not thread safe, the security provider should not be changed during PGP operations
  • Method Details

    • getSecurityProvider

      public static Provider getSecurityProvider()
      Get the security provider which is used for all operations
    • setSecurityProvider

      public static void setSecurityProvider(Provider securityProvider)
      Set the security provider to be used for all operations.