Package | Description |
---|---|
dk.heick.properties.types.derived |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyPropertyType<T extends Key>
An abstract implementation which loads a File to a Private or Public key.
|
class |
BytesFromFilePropertyType
Loads a file into a byte array, where the file derives from a property which returns a File.
Example: |
class |
CertificatesFilePropertyType
Constructor, using default provider.
|
class |
ImageFromFilePropertyType
Loads an BufferedImage from a File where the path is provided from another Property.
Example: |
class |
ImageFromURLPropertyType
Loads an Image from an URL where the path is provided from another Property.
|
class |
PrivateKeyFilePropertyType
Loads a PrivateKey from a File, which is defined with another Property.
No default value for this PropertyType, either it loads or it do not. |
class |
PublicKeyFilePropertyType
Loads a PublicKey from a File, which is defined with another Property.
|
class |
TextFromFilePropertyType
Loads a file into a String, where the file derives from a property which returns a File.
Example: |