| Package | Description |
|---|---|
| org.demoiselle.signer.core.keystore.loader.factory |
Documentation of package (put it here)
|
| org.demoiselle.signer.core.keystore.loader.implementation |
Documentation of package (put it here)
|
| Modifier and Type | Method and Description |
|---|---|
static KeyStoreLoader |
KeyStoreLoaderFactory.factoryKeyStoreLoader()
Method responsible for fabricating an instance of KeyStoreLoader based on PKCS#11.
|
static KeyStoreLoader |
KeyStoreLoaderFactory.factoryKeyStoreLoader(Class<? extends KeyStoreLoader> clazz)
Method responsible for fabricating an instance of AbstractKeyStoreLoader based on a class passed as parameter.
|
static KeyStoreLoader |
KeyStoreLoaderFactory.factoryKeyStoreLoader(File file)
Method that create an instance of AbstractKeyStoreLoader for handling of standard KeyStore PKCS#12.
|
static KeyStoreLoader |
KeyStoreLoaderFactory.factoryKeyStoreLoader(InputStream inputStream)
Method that create an instance of AbstractKeyStoreLoader for handling of standard KeyStore PKCS#12.
|
static KeyStoreLoader |
KeyStoreLoaderFactory.factoryKeyStoreLoader(InputStream inputStream,
String type)
Method that create an instance of AbstractKeyStoreLoader for handling of standard KeyStore PKCS#12.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyStoreLoader |
KeyStoreLoaderFactory.factoryKeyStoreLoader(Class<? extends KeyStoreLoader> clazz)
Method responsible for fabricating an instance of AbstractKeyStoreLoader based on a class passed as parameter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DriverKeyStoreLoader
Implementation of KeyStoreLoader based operating system drivers.
|
class |
FileSystemKeyStoreLoader
Implementing KeyStore loading based on PKCS12 or JKS standards
|
class |
MSKeyStoreLoader
KeyStoreLoader implementation based on the specific Provider for the
so-called windows operating system, which is in the JVM distribution
(homologated in versions 1.6 and 1.7)
|
Copyright © 2025 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.