public class MatDesc extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_KEY_SIZE
If key size is not explicitly specified, assume DEFAULT_KEY_SIZE
|
static String |
KEY_SIZE
MatDesc key for the length of the key in bits
|
static String |
QUERY_ID
MatDesc key for query ID
|
static String |
SMK_ID
MatDesc key for stage master key ID
|
| Constructor and Description |
|---|
MatDesc(long smkId,
String queryId) |
MatDesc(long smkId,
String queryId,
int keySize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getKeySize() |
String |
getQueryId() |
long |
getSmkId() |
static MatDesc |
parse(String matdesc)
Try to parse the material descriptor string.
|
String |
toString() |
public static String QUERY_ID
public static String SMK_ID
public static String KEY_SIZE
public static int DEFAULT_KEY_SIZE
public MatDesc(long smkId,
String queryId,
int keySize)
public MatDesc(long smkId,
String queryId)
Copyright © 2022. All rights reserved.