public class PermissionConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL |
static int |
ENROLL_CERT |
static int |
ENROLL_CROSS |
static int |
GEN_CRL
Deprecated.
|
static int |
GEN_KEYPAIR |
static int |
GET_CERT |
static int |
GET_CRL |
static int |
REENROLL_CERT |
static int |
REMOVE_CERT |
static int |
REVOKE_CERT |
static int |
UNSUSPEND_CERT |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(int permissionA,
int permissionB) |
static Integer |
getPermissionForText(String text) |
static List<Integer> |
getPermissions() |
static String |
getTextForCode(int code) |
static String |
permissionToString(int permission) |
static List<String> |
permissionToStringSet(int permission) |
public static final int ENROLL_CERT
public static final int REVOKE_CERT
public static final int UNSUSPEND_CERT
public static final int REMOVE_CERT
public static final int REENROLL_CERT
@Deprecated public static final int GEN_CRL
public static final int GET_CRL
public static final int ENROLL_CROSS
public static final int GEN_KEYPAIR
public static final int GET_CERT
public static final int ALL
Copyright © 2023. All rights reserved.