Package com.yubico.yubikit.piv
Class ObjectId
- java.lang.Object
-
- com.yubico.yubikit.piv.ObjectId
-
public class ObjectId extends java.lang.Object
Constants used to specify PIV objects.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ATTESTATION
static int
AUTHENTICATION
static int
CAPABILITY
static int
CARD_AUTH
static int
CHUID
static int
DISCOVERY
static int
FACIAL
static int
FINGERPRINTS
static int
IRIS
static int
KEY_HISTORY
static int
KEY_MANAGEMENT
static int
PIVMAN_DATA
static int
PIVMAN_PROTECTED_DATA
static int
PRINTED
static int
RETIRED1
static int
RETIRED10
static int
RETIRED11
static int
RETIRED12
static int
RETIRED13
static int
RETIRED14
static int
RETIRED15
static int
RETIRED16
static int
RETIRED17
static int
RETIRED18
static int
RETIRED19
static int
RETIRED2
static int
RETIRED20
static int
RETIRED3
static int
RETIRED4
static int
RETIRED5
static int
RETIRED6
static int
RETIRED7
static int
RETIRED8
static int
RETIRED9
static int
SECURITY
static int
SIGNATURE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
getBytes(int objectId)
Returns the object ID serialized as a byte array.
-
-
-
Field Detail
-
CAPABILITY
public static final int CAPABILITY
- See Also:
- Constant Field Values
-
CHUID
public static final int CHUID
- See Also:
- Constant Field Values
-
AUTHENTICATION
public static final int AUTHENTICATION
- See Also:
- Constant Field Values
-
FINGERPRINTS
public static final int FINGERPRINTS
- See Also:
- Constant Field Values
-
SECURITY
public static final int SECURITY
- See Also:
- Constant Field Values
-
FACIAL
public static final int FACIAL
- See Also:
- Constant Field Values
-
PRINTED
public static final int PRINTED
- See Also:
- Constant Field Values
-
SIGNATURE
public static final int SIGNATURE
- See Also:
- Constant Field Values
-
KEY_MANAGEMENT
public static final int KEY_MANAGEMENT
- See Also:
- Constant Field Values
-
CARD_AUTH
public static final int CARD_AUTH
- See Also:
- Constant Field Values
-
DISCOVERY
public static final int DISCOVERY
- See Also:
- Constant Field Values
-
KEY_HISTORY
public static final int KEY_HISTORY
- See Also:
- Constant Field Values
-
IRIS
public static final int IRIS
- See Also:
- Constant Field Values
-
RETIRED1
public static final int RETIRED1
- See Also:
- Constant Field Values
-
RETIRED2
public static final int RETIRED2
- See Also:
- Constant Field Values
-
RETIRED3
public static final int RETIRED3
- See Also:
- Constant Field Values
-
RETIRED4
public static final int RETIRED4
- See Also:
- Constant Field Values
-
RETIRED5
public static final int RETIRED5
- See Also:
- Constant Field Values
-
RETIRED6
public static final int RETIRED6
- See Also:
- Constant Field Values
-
RETIRED7
public static final int RETIRED7
- See Also:
- Constant Field Values
-
RETIRED8
public static final int RETIRED8
- See Also:
- Constant Field Values
-
RETIRED9
public static final int RETIRED9
- See Also:
- Constant Field Values
-
RETIRED10
public static final int RETIRED10
- See Also:
- Constant Field Values
-
RETIRED11
public static final int RETIRED11
- See Also:
- Constant Field Values
-
RETIRED12
public static final int RETIRED12
- See Also:
- Constant Field Values
-
RETIRED13
public static final int RETIRED13
- See Also:
- Constant Field Values
-
RETIRED14
public static final int RETIRED14
- See Also:
- Constant Field Values
-
RETIRED15
public static final int RETIRED15
- See Also:
- Constant Field Values
-
RETIRED16
public static final int RETIRED16
- See Also:
- Constant Field Values
-
RETIRED17
public static final int RETIRED17
- See Also:
- Constant Field Values
-
RETIRED18
public static final int RETIRED18
- See Also:
- Constant Field Values
-
RETIRED19
public static final int RETIRED19
- See Also:
- Constant Field Values
-
RETIRED20
public static final int RETIRED20
- See Also:
- Constant Field Values
-
PIVMAN_DATA
public static final int PIVMAN_DATA
- See Also:
- Constant Field Values
-
PIVMAN_PROTECTED_DATA
public static final int PIVMAN_PROTECTED_DATA
- See Also:
- Constant Field Values
-
ATTESTATION
public static final int ATTESTATION
- See Also:
- Constant Field Values
-
-