Searched refs:mPresharedKey (Results 1 – 1 of 1) sorted by relevance
121 @Nullable private final byte[] mPresharedKey; field in Ikev2VpnProfile171 mPresharedKey = in Ikev2VpnProfile()224 checkNotNull(mPresharedKey, MISSING_PARAM_MSG_TMPL, "Preshared Key"); in validate()316 return mPresharedKey == null ? null : Arrays.copyOf(mPresharedKey, mPresharedKey.length); in getPresharedKey()445 Arrays.hashCode(mPresharedKey), in hashCode()474 && Arrays.equals(mPresharedKey, other.mPresharedKey) in equals()531 profile.ipsecSecret = encodeForIpsecSecret(mPresharedKey); in toVpnProfile()792 @Nullable private byte[] mPresharedKey; field in Ikev2VpnProfile.Builder850 mPresharedKey = null; in resetAuthParams()961 mPresharedKey = psk; in setAuthPsk()[all …]