OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecretKeyWrapper
(Results
1 - 2
of
2
) sorted by null
/development/samples/Vault/src/com/example/android/vault/
SecretKeyWrapper.java
45
public class
SecretKeyWrapper
{
53
public
SecretKeyWrapper
(Context context, String alias)
VaultProvider.java
69
* {@link
SecretKeyWrapper
} to "wrap" it using another public/private key pair
116
* Flag indicating that the {@link
SecretKeyWrapper
} public/private key is
170
final
SecretKeyWrapper
wrapper = new
SecretKeyWrapper
(context, TAG);
Completed in 531 milliseconds