provisioning/security/dice-provider-emulator/src/main/java/com/microsoft/azure/sdk/iot/provisioning/security/hsm/SecurityProviderDiceEmulator.java [23:39]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private final String commonNameRoot;

    // read this data from DICE HW after boot
    private static final byte[] FWID = {
                                            0x11, 0x12, 0x13, 0x14, 0x05, 0x06, 0x07, 0x08,
                                            0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
                                            0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
                                            0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08
                                        };
    private static final byte[] SEED = {
                                            0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
                                            0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
                                            0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
                                            0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08
                                        };

    private final RIoT.DeviceAuthBundle diceBundle;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



provisioning/security/dice-provider/src/main/java/com/microsoft/azure/sdk/iot/provisioning/security/hsm/SecurityProviderDice.java [22:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private final String commonNameRoot;

    // read this data from DICE HW after boot
    private static final byte[] FWID = {
                                            0x11, 0x12, 0x13, 0x14, 0x05, 0x06, 0x07, 0x08,
                                            0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
                                            0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
                                            0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08
                                        };
    private static final byte[] SEED = {
                                            0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
                                            0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
                                            0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
                                            0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08
                                        };

    private final RIoT.DeviceAuthBundle diceBundle;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



