Searched refs:blob (Results 1 – 3 of 3) sorted by relevance
110 public SecretKey unwrap(byte[] blob) throws GeneralSecurityException { in unwrap() argument112 return (SecretKey) mCipher.unwrap(blob, "AES", Cipher.SECRET_KEY); in unwrap()
20 // https://github.com/KhronosGroup/WebGL/blob/master/sdk/demos/google/shiny-teapot/teapot-streams.js