Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java252 protected static final String ENCRYPT_ALGO_KEY = "mEncryptionAlgorithms"; field in SaProposal
310 result.putPersistableBundle(ENCRYPT_ALGO_KEY, encryptionBundle); in toPersistableBundle()
DIkeSaProposal.java90 PersistableBundle encryptionBundle = in.getPersistableBundle(ENCRYPT_ALGO_KEY); in fromPersistableBundle()
DChildSaProposal.java113 PersistableBundle encryptionBundle = in.getPersistableBundle(ENCRYPT_ALGO_KEY); in fromPersistableBundle()