Home
last modified time | relevance | path

Searched refs:getPublicKeyLengthInBytes (Results 1 – 1 of 1) sorted by relevance

/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/
DObliviousHttpKeyConfig.java135 int publicKeyLength = getPublicKeyLengthInBytes(kemId); in fromSerializedKeyConfig()
328 private static int getPublicKeyLengthInBytes(int kemIdentifier) throws InvalidKeySpecException { in getPublicKeyLengthInBytes() method in ObliviousHttpKeyConfig