Class FileSystemKeyStoreKeyingDataProvider

java.lang.Object
xades4j.providers.impl.KeyStoreKeyingDataProvider
xades4j.providers.impl.FileSystemKeyStoreKeyingDataProvider
All Implemented Interfaces:
KeyingDataProvider

public final class FileSystemKeyStoreKeyingDataProvider extends KeyStoreKeyingDataProvider
A specification of KeyStoreKeyingDataProvider for file-system keystores. The protection parameter to access the entry is a KeyStore.PasswordProtection with a password obtained directly from the KeyStoreKeyingDataProvider.KeyStorePasswordProvider.

The builder(String, String, SigningCertificateSelector) builder} method can be used to configure and create a new instance.

Author:
Luís
See Also: