public abstract static class KeyProperties.Purpose extends Object
Modifier and Type | Method and Description |
---|---|
static int |
allFromKeymaster(Collection<Integer> purposes) |
static int[] |
allToKeymaster(int purposes) |
static int |
fromKeymaster(int purpose) |
static int |
toKeymaster(int purpose) |
public static int toKeymaster(int purpose)
public static int fromKeymaster(int purpose)
public static int[] allToKeymaster(int purposes)
public static int allFromKeymaster(Collection<Integer> purposes)