Searched refs:privateKeyBundle (Results 1 – 1 of 1) sorted by relevance
1014 PersistableBundle privateKeyBundle = in.getPersistableBundle(PRIVATE_KEY_KEY); in fromPersistableBundle() local1015 Objects.requireNonNull(privateKeyBundle, "PrivateKey bundle is null"); in fromPersistableBundle()1017 privateKeyFromByteArray(PersistableBundleUtils.toByteArray(privateKeyBundle)); in fromPersistableBundle()1018 Objects.requireNonNull(privateKeyBundle, "PrivateKey is null"); in fromPersistableBundle()