Uses of Enum Class
com.norconex.commons.lang.encrypt.EncryptionKey.Source
Packages that use EncryptionKey.Source
-
Uses of EncryptionKey.Source in com.norconex.commons.lang.encrypt
Methods in com.norconex.commons.lang.encrypt that return EncryptionKey.SourceModifier and TypeMethodDescriptionEncryptionKey.getSource()A pointer to the encryption key location, returned byEncryptionKey.getValue().static EncryptionKey.SourceReturns the enum constant of this class with the specified name.static EncryptionKey.Source[]EncryptionKey.Source.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.norconex.commons.lang.encrypt with parameters of type EncryptionKey.SourceModifierConstructorDescriptionEncryptionKey(String value, EncryptionKey.Source source) Creates a new reference to an encryption key.EncryptionKey(String value, EncryptionKey.Source source, int size) Creates a new reference to an encryption key.