Package | Description |
---|---|
org.waarp.common.crypto |
Classes implementing Encryption for Password support or for File Encryption
AES is the best compromise in term of security and efficiency.
|
org.waarp.common.crypto.ssl |
Classes implementing SSL support for Netty
To generate the stores for Waarp for instance, you need to create 2 JKS
keyStore.
|
org.waarp.gateway.kernel.rest | |
org.waarp.uip |
Modifier and Type | Method and Description |
---|---|
void |
KeyObject.saveSecretKey(File file)
Save a Key to a File
|
void |
DynamicKeyManager.saveToFiles() |
void |
KeyManager.saveToFiles() |
void |
KeyObject.setSecretKey(File file)
Create a Key from a File
|
Modifier and Type | Method and Description |
---|---|
void |
WaarpSecureKeyStore.initKeyStore(String keystoreFilename,
String keystorePasswd,
String keyPasswordNew)
Initialize the SecureKeyStore with no TrustStore from file
|
void |
WaarpSecureKeyStore.initTrustStore(String truststoreFilename,
String truststorePasswd,
boolean needClientAuthent)
Initialize the TrustStore from a filename and its password
|
Constructor and Description |
---|
WaarpSecureKeyStore(String keyStorePasswd,
String keyPassword)
Initialize empty KeyStore.
|
WaarpSecureKeyStore(String keyStoreFilename,
String keyStorePasswd,
String keyPassword)
Initialize the SecureKeyStore with no TrustStore from file
|
WaarpSecureKeyStore(String keyStoreFilename,
String keyStorePasswd,
String keyPassword,
String trustStoreFilename,
String trustStorePasswd,
boolean needClientAuthent)
Initialize the SecureKeyStore and TrustStore from files
|
WaarpSecureTrustManagerFactory(TrustManagerFactory tmf,
boolean clientAuthent) |
WaarpX509TrustManager(TrustManagerFactory tmf)
Create a "default" X509TrustManager
|
Modifier and Type | Method and Description |
---|---|
void |
RestConfiguration.initializeKey(File authentKey)
Set Key from file
|
Modifier and Type | Method and Description |
---|---|
void |
WaarpPassword.loadKey(File file) |
void |
WaarpPassword.saveKey(File file) |
Copyright © 2009–2020 Waarp. All rights reserved.