Searched refs:mPresharedKey (Results 1 – 1 of 1) sorted by relevance
110 @Nullable private final byte[] mPresharedKey; field in Ikev2VpnProfile154 mPresharedKey = in Ikev2VpnProfile()196 checkNotNull(mPresharedKey, MISSING_PARAM_MSG_TMPL, "Preshared Key"); in validate()279 return mPresharedKey == null ? null : Arrays.copyOf(mPresharedKey, mPresharedKey.length); in getPresharedKey()371 Arrays.hashCode(mPresharedKey), in hashCode()395 && Arrays.equals(mPresharedKey, other.mPresharedKey) in equals()440 profile.ipsecSecret = encodeForIpsecSecret(mPresharedKey); in toVpnProfile()641 @Nullable private byte[] mPresharedKey; field in Ikev2VpnProfile.Builder677 mPresharedKey = null; in resetAuthParams()773 mPresharedKey = psk; in setAuthPsk()[all …]