Searched refs:mPair (Results 1 – 1 of 1) sorted by relevance
47 private final KeyPair mPair; field in SecretKeyWrapper68 mPair = new KeyPair(entry.getCertificate().getPublicKey(), entry.getPrivateKey()); in SecretKeyWrapper()99 mCipher.init(Cipher.WRAP_MODE, mPair.getPublic()); in wrap()111 mCipher.init(Cipher.UNWRAP_MODE, mPair.getPrivate()); in unwrap()