Package | Description |
---|---|
dk.heick.properties.derived | |
dk.heick.properties.types.derived | |
dk.heick.properties.types.derived.generics |
Modifier and Type | Class and Description |
---|---|
class |
DerivedFromSinglePropertyType<K,T>
Convenient class which one Property<K> is used to derived to Type <T>.
|
class |
DerivedFromTypePropertyType<K,T>
A convenience implementation of DerivedPropertyType where it is dependent on one property, and has an implementation which can convert it.
|
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 |
CertificateKeyStoredPropertyType
Gets a Certificate from a KeyStore, where the KeyStore is defined by another Property.
|
class |
CertificatesFilePropertyType
Constructor, using default provider.
|
class |
CertificateSignedFilePropertyType
Gets a File which is verifed that is signed with a signature and public key all defined by other properties.
No default value for this PropertyType. |
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 |
KeySignedFilePropertyType
Loads and validates a signed file.
|
class |
KeyStoreFilePropertyType
Loads a KeyStore from a KeyStore file.
|
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: |
Modifier and Type | Class and Description |
---|---|
class |
FileDerivedPropertyType<T>
An implementation of DerivedFromTypePropertyType where it is dependent on one property which returns a File, and has an implementation which can convert it to type T.
|
class |
TypeListFromTextFilePropertyType<T>
Loads a text file an converts each line to the type T using a PropertyType.
|
class |
URLDerivedPropertyType<T>
An implementation of DerivedFromTypePropertyType where it is dependent on one property which returns a URL, and has an implementation which can convert it to type T.
|