Package com.yubico.yubikit.piv
Class ObjectId
- java.lang.Object
-
- com.yubico.yubikit.piv.ObjectId
-
public class ObjectId extends java.lang.ObjectConstants used to specify PIV objects.
-
-
Field Summary
Fields Modifier and Type Field Description static intATTESTATIONstatic intAUTHENTICATIONstatic intCAPABILITYstatic intCARD_AUTHstatic intCHUIDstatic intDISCOVERYstatic intFACIALstatic intFINGERPRINTSstatic intIRISstatic intKEY_HISTORYstatic intKEY_MANAGEMENTstatic intPIVMAN_DATAstatic intPIVMAN_PROTECTED_DATAstatic intPRINTEDstatic intRETIRED1static intRETIRED10static intRETIRED11static intRETIRED12static intRETIRED13static intRETIRED14static intRETIRED15static intRETIRED16static intRETIRED17static intRETIRED18static intRETIRED19static intRETIRED2static intRETIRED20static intRETIRED3static intRETIRED4static intRETIRED5static intRETIRED6static intRETIRED7static intRETIRED8static intRETIRED9static intSECURITYstatic intSIGNATURE
-
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
-
-