public class KeyManager<T extends KeyManager<T>> extends Object
| Constructor and Description | 
|---|
KeyManager(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
String | 
algorithm()
The name of the algorithm to use to create the underlying
 KeyManagerFactory. 
 | 
T | 
algorithm(String value)
The name of the algorithm to use to create the underlying
 KeyManagerFactory. 
 | 
String | 
aliasFilter()
A filter to apply to the aliases returned from the KeyStore, can either
 be a comma separated list of aliases to return or one of the following
 formats ALL:-alias1:-alias2, NONE:+alias1:+alias2 
 | 
T | 
aliasFilter(String value)
A filter to apply to the aliases returned from the KeyStore, can either
 be a comma separated list of aliases to return or one of the following
 formats ALL:-alias1:-alias2, NONE:+alias1:+alias2 
 | 
Map | 
credentialReference()
The credential reference to decrypt KeyStore item. 
 | 
T | 
credentialReference(Map value)
The credential reference to decrypt KeyStore item. 
 | 
T | 
credentialReference(String key,
                   Object value)
The credential reference to decrypt KeyStore item. 
 | 
String | 
getKey()  | 
String | 
keyStore()
Reference to the KeyStore to use to initialise the underlying
 KeyManagerFactory. 
 | 
T | 
keyStore(String value)
Reference to the KeyStore to use to initialise the underlying
 KeyManagerFactory. 
 | 
String | 
providerName()
The name of the provider to use to create the underlying
 KeyManagerFactory. 
 | 
T | 
providerName(String value)
The name of the provider to use to create the underlying
 KeyManagerFactory. 
 | 
String | 
providers()
Reference to obtain the Provider[] to use when creating the underlying
 KeyManagerFactory. 
 | 
T | 
providers(String value)
Reference to obtain the Provider[] to use when creating the underlying
 KeyManagerFactory. 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
public KeyManager(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String algorithm()
public T algorithm(String value)
public String aliasFilter()
public T aliasFilter(String value)
public Map credentialReference()
public T credentialReference(Map value)
public T credentialReference(String key, Object value)
public String keyStore()
public T keyStore(String value)
public String providerName()
public T providerName(String value)
public String providers()
Copyright © 2018 JBoss by Red Hat. All rights reserved.