public enum StandardSecurityEncryption extends Enum<StandardSecurityEncryption>
| Modifier and Type | Field and Description |
|---|---|
StandardSecurityHandlerRevision |
revision |
int |
version |
| Modifier and Type | Method and Description |
|---|---|
abstract GeneralEncryptionAlgorithm |
encryptionAlgorithm(EncryptionContext context) |
COSDictionary |
generateEncryptionDictionary(EncryptionContext context)
Generates the encryption dictionary for this standard encryption
|
static StandardSecurityEncryption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardSecurityEncryption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardSecurityEncryption ARC4_128
public static final StandardSecurityEncryption AES_128
public static final StandardSecurityEncryption AES_256
public final int version
public final StandardSecurityHandlerRevision revision
public static StandardSecurityEncryption[] values()
for (StandardSecurityEncryption c : StandardSecurityEncryption.values()) System.out.println(c);
public static StandardSecurityEncryption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic COSDictionary generateEncryptionDictionary(EncryptionContext context)
context - public abstract GeneralEncryptionAlgorithm encryptionAlgorithm(EncryptionContext context)
Copyright © 2019 sejda. All rights reserved.