Uses of Class
com.norconex.commons.lang.encrypt.EncryptionKey
Packages that use EncryptionKey
Package
Description
Encryption-related classes.
-
Uses of EncryptionKey in com.norconex.commons.lang.encrypt
Methods in com.norconex.commons.lang.encrypt with parameters of type EncryptionKeyModifier and TypeMethodDescriptionstatic StringEncryptionUtil.decrypt(String encryptedText, EncryptionKey encryptionKey) Decrypts the given encrypted text with the encryption key supplied.static StringEncryptionUtil.encrypt(String textToEncrypt, EncryptionKey encryptionKey) Encrypts the given text with the encryption key supplied. -
Uses of EncryptionKey in com.norconex.commons.lang.security
Methods in com.norconex.commons.lang.security that return EncryptionKeyModifier and TypeMethodDescriptionCredentials.getPasswordKey()Credential password encryption key pointer (provided the password is encrypted).Methods in com.norconex.commons.lang.security with parameters of type EncryptionKeyModifier and TypeMethodDescriptionCredentials.setPasswordKey(EncryptionKey passwordKey) Credential password encryption key pointer (provided the password is encrypted).KeyStoreBuilder.setPasswordKey(EncryptionKey passwordKey) Sets the password encryption key.Constructors in com.norconex.commons.lang.security with parameters of type EncryptionKeyModifierConstructorDescriptionCredentials(String username, String password, EncryptionKey passwordKey) Creates a new Credentials instance with the supplied username, password and password key.