Searched refs:encodedCertPath (Results 1 – 1 of 1) sorted by relevance
68 private RecoveryCertPath(@NonNull byte[] encodedCertPath) { in RecoveryCertPath() argument69 mEncodedCertPath = Objects.requireNonNull(encodedCertPath); in RecoveryCertPath()