Searched refs:wrappedKey (Results 1 – 1 of 1) sorted by relevance
450 public void importWrappedKey(byte[] wrappedKey, String wrappingKeyAlias) throws Exception { in importWrappedKey() argument458 Entry wrappedKeyEntry = new WrappedKeyEntry(wrappedKey, wrappingKeyAlias, in importWrappedKey()463 public void importWrappedKey(byte[] wrappedKey) throws Exception { in importWrappedKey() argument464 importWrappedKey(wrappedKey, WRAPPING_KEY_ALIAS); in importWrappedKey()