public class EntrustFileOperation
extends java.lang.Object
EntrustFileOperation class implements the
ASN1Object for EntrstFileOperation.
EntrustFileOperation ::= ENUMERATED
{
replace(1),
delete(2)
}
| Modifier and Type | Field and Description |
|---|---|
static ENUMERATED |
DELETE |
static ENUMERATED |
REPLACE |
| Constructor and Description |
|---|
EntrustFileOperation() |
public static ENUMERATED REPLACE
public static ENUMERATED DELETE