Searched refs:encryptionAlgo (Results 1 – 3 of 3) sorted by relevance
44 public final int encryptionAlgo; field in SaProposalUtilsBase.EncryptionAlgoKeyLenPair47 EncryptionAlgoKeyLenPair(int encryptionAlgo, int keyLen) { in EncryptionAlgoKeyLenPair() argument48 this.encryptionAlgo = encryptionAlgo; in EncryptionAlgoKeyLenPair()55 this.encryptionAlgo = in.getInt(ALGO_KEY); in EncryptionAlgoKeyLenPair()62 result.putInt(ALGO_KEY, encryptionAlgo); in toPersistableBundle()
56 builder.addEncryptionAlgorithm(t.encryptionAlgo, t.keyLen); in fromPersistableBundle()
64 builder.addEncryptionAlgorithm(t.encryptionAlgo, t.keyLen); in fromPersistableBundle()