Searched refs:blob (Results 1 – 2 of 2) 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()
3 # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md