| Package | Description |
|---|---|
| org.dihedron.crypto.providers.smartcard.discovery |
The package containing classes to support the creation of smart cards-based,
PKCS#11 security providers.
|
| Modifier and Type | Method and Description |
|---|---|
static DataBase |
DataBaseLoader.load()
Loads the default smart cards database from the default XML on the class
path.
|
static DataBase |
DataBaseLoader.load(InputStream input)
Initialises the database by parsing the XML file passed in as an input
stream.
|
static DataBase |
DataBaseLoader.load(String specification)
Loads the smart card database from the URL represented by the given specification.
|
static DataBase |
DataBaseLoader.load(URL url)
Loads a database trying to open the stream from the given URL.
|
Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.