public final class WeaveKeyId rozszerza Object
Metody narzędziowe i definicje do pracy z WeaveKeyIds.
Stałe podsumowanie
int | Klucz główny klienta | |
int | FabricRootKey | |
int | TkaninaSekret | |
int | Żaden | |
int | ServiceRootKey | |
int | kKeyType_AppEpochKey | |
int | kKeyType_AppGroupMasterKey | |
int | kKeyType_AppIntermediateKey | |
int | kKeyType_AppRootKey | |
int | kKeyType_AppRotatingKey | |
int | kKeyType_AppStaticKey | |
int | kKeyType_General | |
int | kKeyType_Brak | |
int | kKeyType_Session |
Podsumowanie dla konstruktorów publicznych
WeaveKeyId () |
Podsumowanie metody publicznej
statyczna int | convertToStaticAppKeyId (Int KeyID) |
ciąg statyczny | describeKey (Int KeyID) |
statyczna int | getAppGroupMasterKeyId (Int KeyID) |
statyczna int | getEpochKeyId (Int KeyID) |
statyczna int | getKeyType (Int KeyID) |
statyczna int | getRootKeyId (Int KeyID) |
statyczna wartość logiczna | incorporatesAppGroupMasterKey (Int KeyID) |
statyczna wartość logiczna | incorporatesEpochKey (Int KeyID) |
statyczna wartość logiczna | incorporatesRootKey (Int KeyID) |
statyczna wartość logiczna | isValid (Int KeyID) |
statyczna int | makeAppGroupMasterKeyId (Int appGroupMasterKeyLocalId) |
statyczna int | makeAppKeyId (Int keytype int rootKeyId int epochKeyId int appGroupMasterKeyId, logiczna useCurrentEpochKey) |
statyczna int | makeAppRotatingKeyId (Int rootKeyId int epochKeyId int appGroupMasterKeyId, logiczna useCurrentEpochKey) |
statyczna int | makeAppStaticKeyId (Int rootKeyId int appGroupMasterKeyId) |
statyczna int | makeEpochKeyId (Int epochKeyNumber) |
statyczna int | makeRootKeyId (Int rootKeyNumber) |
statyczna int | updateEpochKey (Int KeyID int epochKeyId) |
statyczna wartość logiczna | usesCurrentEpochKey (Int KeyID) |
Podsumowanie metody dziedziczonej
Stałe
public static final int ClientRootKey
Stała Wartość: 66560
public static final int FabricRootKey
Stała Wartość: 65536
public static final int FabricSecret
Stała Wartość: 4097
public static final int None
Stała Wartość: 0
public static final int ServiceRootKey
Stała Wartość: 67584
public static final int kKeyType_AppEpochKey
Stała Wartość: 135168
public static final int kKeyType_AppGroupMasterKey
Stała Wartość: 196608
public static final int kKeyType_AppIntermediateKey
Stała Wartość: 69632
public static final int kKeyType_AppRootKey
Stała Wartość: 65536
public static final int kKeyType_AppRotatingKey
Stała Wartość: 20480
public static final int kKeyType_AppStaticKey
Stała Wartość: 16384
public static final int kKeyType_General
Stała Wartość: 4096
public static final int kKeyType_None
Stała Wartość: 0
public static final int kKeyType_Session
Stała Wartość: 8192
Konstruktorzy publiczni
publicznego WeaveKeyId ()
Metody publiczne
public static int convertToStaticAppKeyId (int KeyID)
Parametry
identyfikator klucza |
---|
public static String describeKey (int KeyID)
Parametry
identyfikator klucza |
---|
public static int getAppGroupMasterKeyId (int KeyID)
Parametry
identyfikator klucza |
---|
public static int getEpochKeyId (int KeyID)
Parametry
identyfikator klucza |
---|
public static int getKeyType (int KeyID)
Parametry
identyfikator klucza |
---|
public static int getRootKeyId (int KeyID)
Parametry
identyfikator klucza |
---|
static public boolean incorporatesAppGroupMasterKey (int KeyID)
Parametry
identyfikator klucza |
---|
static public boolean incorporatesEpochKey (int KeyID)
Parametry
identyfikator klucza |
---|
static public boolean incorporatesRootKey (int KeyID)
Parametry
identyfikator klucza |
---|
static public boolean isValid (int KeyID)
Parametry
identyfikator klucza |
---|
public static int makeAppGroupMasterKeyId (int appGroupMasterKeyLocalId)
Parametry
appGroupMasterKeyLocalId |
---|
public static int makeAppKeyId (int KeyType, int rootKeyId, int epochKeyId, int appGroupMasterKeyId, logiczna useCurrentEpochKey)
Parametry
typ klucza | |
---|---|
rootKeyId root | |
epochKeyId | |
appGroupMasterKeyId | |
użyjCurrentEpochKey |
public static int makeAppRotatingKeyId (int rootKeyId, int epochKeyId, int appGroupMasterKeyId, logiczna useCurrentEpochKey)
Parametry
rootKeyId root | |
---|---|
epochKeyId | |
appGroupMasterKeyId | |
użyjCurrentEpochKey |
public static int makeAppStaticKeyId (int rootKeyId, int appGroupMasterKeyId)
Parametry
rootKeyId root | |
---|---|
appGroupMasterKeyId |
public static int makeEpochKeyId (int epochKeyNumber)
Parametry
epochKeyNumber |
---|
public static int makeRootKeyId (int rootKeyNumber)
Parametry
rootKeyNumber |
---|
public static int updateEpochKey (int KeyID, int epochKeyId)
Parametry
identyfikator klucza | |
---|---|
epochKeyId |
static public boolean usesCurrentEpochKey (int KeyID)
Parametry
identyfikator klucza |
---|