org.knime.core.util
Interface EncryptionKeySupplier
public interface EncryptionKeySupplier
An object that implements this interface can register at
KnimeEncryption
. The object is invoked by the encryptor if no key is
available at the moment of a encrypt or decrypt task.
- Author:
- Christoph Sieb, University of Konstanz
Method Summary |
String |
getEncryptionKey()
This method must return a key that should be use to encrypt/decrypt KNIME
used passwords, keys, etc. |
getEncryptionKey
String getEncryptionKey()
- This method must return a key that should be use to encrypt/decrypt KNIME
used passwords, keys, etc.
- Returns:
- the encryption key as string
Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display,
or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the
copyright owner or as specified in the license file distributed with this product.