Home
last modified time | relevance | path

Searched refs:getEncryptionAlgorithms (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/api/
Dsystem-lint-baseline.txt21 …android.net.ipsec.ike.ChildSaProposal does not declare a `getEncryptionAlgorithms()` method matchi…
27 …android.net.ipsec.ike.IkeSaProposal does not declare a `getEncryptionAlgorithms()` method matching…
Dsystem-current.txt245 …c java.util.List<android.util.Pair<java.lang.Integer,java.lang.Integer>> getEncryptionAlgorithms();
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java318 public List<Pair<Integer, Integer>> getEncryptionAlgorithms() { in getEncryptionAlgorithms() method in SaProposal