Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayload.java1195 private static final String SPECIFIED_KEY_LEN_KEY = "mSpecifiedKeyLength"; field in IkeSaPayload.EncryptionTransform
1233 return new EncryptionTransform(in.getInt(ID_KEY), in.getInt(SPECIFIED_KEY_LEN_KEY)); in fromPersistableBundle()
1240 result.putInt(SPECIFIED_KEY_LEN_KEY, mSpecifiedKeyLength); in toPersistableBundle()