Searched refs:mRsaPrivateKey (Results 1 – 1 of 1) sorted by relevance
98 @Nullable private final PrivateKey mRsaPrivateKey; field in Ikev2VpnProfile137 mRsaPrivateKey = rsaPrivateKey; in Ikev2VpnProfile()179 checkNotNull(mRsaPrivateKey, MISSING_PARAM_MSG_TMPL, "RSA Private key"); in validate()301 return mRsaPrivateKey; in getRsaPrivateKey()356 mRsaPrivateKey, in hashCode()380 && Objects.equals(mRsaPrivateKey, other.mRsaPrivateKey) in equals()426 PREFIX_INLINE + encodeForIpsecSecret(mRsaPrivateKey.getEncoded()); in toVpnProfile()636 @Nullable private PrivateKey mRsaPrivateKey; field in Ikev2VpnProfile.Builder666 mRsaPrivateKey = null; in resetAuthParams()736 mRsaPrivateKey = key; in setAuthDigitalSignature()[all …]