Home
last modified time | relevance | path

Searched refs:wrappedKeyType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreCipherSpiBase.java600 int wrappedKeyType) throws InvalidKeyException, NoSuchAlgorithmException { in engineUnwrap() argument
621 switch (wrappedKeyType) { in engineUnwrap()
651 "Unsupported wrappedKeyType: " + wrappedKeyType); in engineUnwrap()