Searched refs:publicKeyLength (Results 1 – 3 of 3) sorted by relevance
135 int publicKeyLength = getPublicKeyLengthInBytes(kemId); in fromSerializedKeyConfig() local137 Arrays.copyOfRange(keyConfig, currentIndex, currentIndex + publicKeyLength); in fromSerializedKeyConfig()138 currentIndex += publicKeyLength; in fromSerializedKeyConfig()330 int length = KemAlgorithmSpec.get(kemIdentifier).publicKeyLength(); in getPublicKeyLengthInBytes()
48 public abstract int publicKeyLength(); in publicKeyLength() method in KemAlgorithmSpec
36 Assert.assertEquals(kemAlgorithmSpec.publicKeyLength(), 32); in get_supportedId_returnsCorrectSpec()