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 |
static int |
GEN_KEYPAIR |
static int |
GET_CRL |
static int |
KEY_UPDATE |
static int |
REMOVE_CERT |
static int |
REVOKE_CERT |
static int |
UNREVOKE_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) |
public static final int ENROLL_CERT
public static final int REVOKE_CERT
public static final int UNREVOKE_CERT
public static final int REMOVE_CERT
public static final int KEY_UPDATE
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 ALL
Copyright © 2019. All rights reserved.