Class | Description |
---|---|
AbstractKeyPropertyType<T extends Key> |
An abstract implementation which loads a File to a Private or Public key.
|
BytesFromFilePropertyType |
Loads a file into a byte array, where the file derives from a property which returns a File.
Example: |
CertificateKeyStoredPropertyType |
Gets a Certificate from a KeyStore, where the KeyStore is defined by another Property.
|
CertificatesFilePropertyType |
Constructor, using default provider.
|
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. |
ImageFromFilePropertyType |
Loads an BufferedImage from a File where the path is provided from another Property.
Example: |
ImageFromURLPropertyType |
Loads an Image from an URL where the path is provided from another Property.
|
KeySignedFilePropertyType |
Loads and validates a signed file.
|
KeyStoreFilePropertyType |
Loads a KeyStore from a KeyStore file.
|
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. |
PublicKeyFilePropertyType |
Loads a PublicKey from a File, which is defined with another Property.
|
TextFromFilePropertyType |
Loads a file into a String, where the file derives from a property which returns a File.
Example: |