| Package | Description |
|---|---|
| org.sejda.sambox.encryption |
| Modifier and Type | Field and Description |
|---|---|
StandardSecurityHandlerRevision |
StandardSecurityEncryption.revision |
| Modifier and Type | Method and Description |
|---|---|
static StandardSecurityHandlerRevision |
StandardSecurityHandlerRevision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardSecurityHandlerRevision[] |
StandardSecurityHandlerRevision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardSecurityHandlerRevision.require(StandardSecurityHandlerRevision rev,
String message)
Requires this revision to be the same version as the given one.
|
void |
StandardSecurityHandlerRevision.requireAtLeast(StandardSecurityHandlerRevision rev,
String message)
Requires this revision to be at least the same version as the given one.
|
Copyright © 2019 sejda. All rights reserved.