public class AttestUtil
extends java.lang.Object
Constructor and Description |
---|
AttestUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<java.lang.Integer> |
generatePcrSelectedPositions(java.lang.String PCRMask) |
static java.lang.String |
generateRequestId(java.lang.String label) |
static java.lang.Long |
getCheckAttestInterval() |
static java.lang.Long |
getDefaultAttestTimeout() |
static java.util.SortedSet<java.lang.Integer> |
getSelectedPCR(byte input)
Get the sorted selected positions in a byte with the right most
position as zero.
|
static void |
loadProp() |
public static void loadProp()
public static java.lang.Long getDefaultAttestTimeout()
public static java.lang.Long getCheckAttestInterval()
public static java.lang.String generateRequestId(java.lang.String label)
public static java.util.ArrayList<java.lang.Integer> generatePcrSelectedPositions(java.lang.String PCRMask)
public static java.util.SortedSet<java.lang.Integer> getSelectedPCR(byte input)
input
- Byte to be evaluated