Searched refs:unwrapKeys (Results 1 – 3 of 3) sorted by relevance
126 Map<String, Pair<SecretKey, byte[]>> unwrappedKeys = WrappedKey.unwrapKeys( in decryptWrappedKeys_decryptsWrappedKeys_nullMetadata()145 Map<String, Pair<SecretKey, byte[]>> unwrappedKeys = WrappedKey.unwrapKeys( in decryptWrappedKeys_decryptsWrappedKeys_nonNullMetadata()164 Map<String, Pair<SecretKey, byte[]>> unwrappedKeys = WrappedKey.unwrapKeys( in decryptWrappedKeys_doesNotDieIfSomeKeysAreUnwrappable()181 WrappedKey.unwrapKeys( in decryptWrappedKeys_throwsIfPlatformKeyGenerationIdDoesNotMatch()
200 public static Map<String, Pair<SecretKey, byte[]>> unwrapKeys( in unwrapKeys() method in WrappedKey
438 return WrappedKey.unwrapKeys(decryptKey, wrappedKeys); in getKeysToSync()