Searched refs:mEncryptionAlgorithms (Results 1 – 1 of 1) sorted by relevance
259 private final EncryptionTransform[] mEncryptionAlgorithms; field in SaProposal270 mEncryptionAlgorithms = encryptionAlgos; in SaProposal()308 Arrays.asList(mEncryptionAlgorithms), in toPersistableBundle()337 && isTransformSelectedFrom(mEncryptionAlgorithms, reqProposal.mEncryptionAlgorithms) in isNegotiatedFrom()414 for (EncryptionTransform transform : mEncryptionAlgorithms) { in getEncryptionAlgorithms()450 return mEncryptionAlgorithms; in getEncryptionTransforms()467 transformList.addAll(Arrays.asList(mEncryptionAlgorithms)); in getAllTransformsAsList()603 Arrays.hashCode(mEncryptionAlgorithms), in hashCode()617 && Arrays.equals(mEncryptionAlgorithms, other.mEncryptionAlgorithms) in equals()