Class JcePGPDataEncryptorBuilder

  • All Implemented Interfaces:
    PGPDataEncryptorBuilder

    public class JcePGPDataEncryptorBuilder
    extends java.lang.Object
    implements PGPDataEncryptorBuilder
    PGPDataEncryptorBuilder implementation that sources cryptographic primitives using the JCE APIs.

    By default, cryptographic primitives will be loaded using the default JCE load order (i.e. without specifying a provider). A specific provider can be specified using one of the setProvider(String) methods.