Enum OperationEncryptCertificate.EncryptionKeyEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationEncryptCertificate.EncryptionKeyEnum>
    Enclosing class:
    OperationEncryptCertificate

    public static enum OperationEncryptCertificate.EncryptionKeyEnum
    extends Enum<OperationEncryptCertificate.EncryptionKeyEnum>
    Sets the encryption level for the document. * RC4\\_40 = 40-bit RC4 * RC4\\_128 = 128-bit RC4 * AES\\_128 = 128-bit AES * AES\\_256 = 256-bit AES **Important:** Please note that the option \"256-bit AES\" only works if the \"Java Cryptography Extension (JCE)\" has been enabled with \"Unlimited Strength\" in the JVM. You can obtain the modified \"Policy Files\" (along with instructions for installation) from the Oracle website: Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 7 Download: http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html