public final class Algorithm
extends com.aspose.ms.System.Enum
Represents algorithms which can be used to encrypt pdf document.
Modifier and Type | Field and Description |
---|---|
static int |
AES
AES algorithm.
|
static int |
RC4
RC4 algorithm.
|
public static final int RC4
RC4 algorithm.
public static final int AES
AES algorithm.
Copyright © 2021 Aspose. All Rights Reserved.