public class SecdefsCommon extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SecdefsCommon.LoginData |
static class |
SecdefsCommon.PwdKey |
| Modifier and Type | Field and Description |
|---|---|
static int |
AES_BLOCKSIZE |
static int |
DATA_BLOCK_BIT_SIZE |
static int |
DIGEST_LENGTH |
static int |
EXPDATESIZE |
static int |
KEY_REFRESH |
static int |
NONCE_RANDOM |
static int |
NONCE_SEQNUM |
static int |
NONCE_SIZE |
static int |
PROCINFO_SIZE |
static int |
PWDID_SIZE |
static int |
PWDKEY_SIZE_LESS_LOGINDATA |
static int |
ROLENAME_SIZE |
static int |
SESSION_KEYLEN |
static int |
TIMESTAMP_SIZE |
static int |
TOKENSIZE |
static int |
UNUSEDBYTES |
static byte |
USERTOKEN_ID_1 |
static byte |
USERTOKEN_ID_2 |
| Constructor and Description |
|---|
SecdefsCommon() |
public static final int NONCE_RANDOM
public static final int NONCE_SEQNUM
public static final int NONCE_SIZE
public static final int SESSION_KEYLEN
public static final int DIGEST_LENGTH
public static final int AES_BLOCKSIZE
public static final int KEY_REFRESH
public static final int TIMESTAMP_SIZE
public static final int ROLENAME_SIZE
public static final int PROCINFO_SIZE
public static final int PWDID_SIZE
public static final int EXPDATESIZE
public static final int PWDKEY_SIZE_LESS_LOGINDATA
public static final int UNUSEDBYTES
public static final int TOKENSIZE
public static final byte USERTOKEN_ID_1
public static final byte USERTOKEN_ID_2
public static final int DATA_BLOCK_BIT_SIZE
Copyright © 2017. All Rights Reserved.