public static class SecureOptions.DecryptionStatusOption extends EnumOption
Modifier and Type | Field and Description |
---|---|
static EnumOptionValue |
DecryptedWithDefaultPassword
Parts of the document were encrypted and were successfully decrypted with the default password
|
static EnumOptionValue |
DecryptedWithPasswordList
Parts of the document were encrypted and were successfully decrypted with a password from the list provided
|
static EnumOptionValue |
DecryptionFailed
Parts of the document were encrypted but could not be decrypted with any of the default or provided passwords
|
static EnumOptionValue |
DecryptionNotSupported
Parts of the document were encrypted using an unsupported encryption method
|
static EnumOptionValue |
NotEncrypted
The document contained no encryption
|
Modifier and Type | Method and Description |
---|---|
static EnumOptionValue[] |
getAll()
Get all predefinied Statuss
|
EnumOptionValue |
getDefault()
Gets the default value for this option.
|
EnumOptionValue |
mapId(int id)
Map a integer id to a value
|
EnumOptionValue |
mapId(java.lang.String id)
Map a string id to a value
|
getId, getLongDescription, getName, getShortDescription, getUid, isRequest, isResponse, toString
public static final EnumOptionValue NotEncrypted
public static final EnumOptionValue DecryptedWithDefaultPassword
public static final EnumOptionValue DecryptedWithPasswordList
public static final EnumOptionValue DecryptionFailed
public static final EnumOptionValue DecryptionNotSupported
public EnumOptionValue getDefault()
EnumOption
getDefault
in class EnumOption
public static EnumOptionValue[] getAll()
public EnumOptionValue mapId(int id)
EnumOption
mapId
in class EnumOption
id
- The integer id of a value for this enumpublic EnumOptionValue mapId(java.lang.String id)
EnumOption
mapId
in class EnumOption
id
- The sting id of a value for this enumCopyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.