public interface SignableProvider
Signable implementations| Modifier and Type | Method and Description |
|---|---|
Signable |
create(File file,
Charset encoding)
Creates a Signable instance for the specified file.
|
boolean |
isSupported(File file)
Tells if the provider supports the specified file.
|
Signable create(File file, Charset encoding) throws IOException
file - the file to be signedencoding - the character encoding (for text files only).IOException - if an I/O error occursboolean isSupported(File file) throws IOException
file - the file to be signedIOException - if an I/O error occursCopyright © 2012–2025. All rights reserved.