Searched refs:EncryptionAlgoKeyLenPair (Results 1 – 3 of 3) sorted by relevance
40 static class EncryptionAlgoKeyLenPair { class in SaProposalUtilsBase47 EncryptionAlgoKeyLenPair(int encryptionAlgo, int keyLen) { in EncryptionAlgoKeyLenPair() method in SaProposalUtilsBase.EncryptionAlgoKeyLenPair52 EncryptionAlgoKeyLenPair(PersistableBundle in) { in EncryptionAlgoKeyLenPair() method in SaProposalUtilsBase.EncryptionAlgoKeyLenPair78 final List<EncryptionAlgoKeyLenPair> encryptAlgoKeyLenPairs = new ArrayList<>(); in toPersistableBundle()80 encryptAlgoKeyLenPairs.add(new EncryptionAlgoKeyLenPair(pair.first, pair.second)); in toPersistableBundle()84 encryptAlgoKeyLenPairs, EncryptionAlgoKeyLenPair::toPersistableBundle); in toPersistableBundle()
53 final List<EncryptionAlgoKeyLenPair> encryptList = in fromPersistableBundle()54 PersistableBundleUtils.toList(encryptionBundle, EncryptionAlgoKeyLenPair::new); in fromPersistableBundle()55 for (EncryptionAlgoKeyLenPair t : encryptList) { in fromPersistableBundle()
61 final List<EncryptionAlgoKeyLenPair> encryptList = in fromPersistableBundle()62 PersistableBundleUtils.toList(encryptionBundle, EncryptionAlgoKeyLenPair::new); in fromPersistableBundle()63 for (EncryptionAlgoKeyLenPair t : encryptList) { in fromPersistableBundle()