Searched refs:diceChainSize (Results 1 – 1 of 1) sorted by relevance
1308 int diceChainSize = rootArrayItems.size(); in bccIsSuperficiallyWellFormed() local1309 assertThat(diceChainSize).isAtLeast(2); // Root public key and one certificate in bccIsSuperficiallyWellFormed()1317 assertThat(diceChainSize).isAtLeast(minDiceChainSize); in bccIsSuperficiallyWellFormed()1321 assertThat(diceChainSize).isEqualTo(3); in bccIsSuperficiallyWellFormed()