Searched refs:unwrap (Results 1 – 3 of 3) sorted by relevance
110 public SecretKey unwrap(byte[] blob) throws GeneralSecurityException { in unwrap() method in SecretKeyWrapper112 return (SecretKey) mCipher.unwrap(blob, "AES", Cipher.SECRET_KEY); in unwrap()
187 final SecretKey key = wrapper.unwrap(wrapped); in loadOrGenerateKeys()
177 (Parcelable) mCurrentInputContentInfo.unwrap()); in onSaveInstanceState()