|
|||||||||
| Home >> All >> net >> jxta >> impl >> membership >> [ pse overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
net.jxta.impl.membership.pse
Class URIKeyStoreManager

java.lang.Objectnet.jxta.impl.membership.pse.URIKeyStoreManager
- All Implemented Interfaces:
- KeyStoreManager
- public class URIKeyStoreManager
- extends java.lang.Object
- implements KeyStoreManager
- extends java.lang.Object
Manages a Keystore located at at URI. This version precludes KeyStores which are built from multiple URIs.
| Field Summary | |
private static java.lang.String |
DEFAULT_KEYSTORE_TYPE
The default keystore type we will use. |
private java.net.URI |
keystore_location
The file where the keystore lives |
private java.lang.String |
keystore_provider
The keystore type |
private java.lang.String |
keystore_type
The keystore type |
private static org.apache.log4j.Logger |
LOG
Log4J Logger |
| Constructor Summary | |
URIKeyStoreManager(java.lang.String type,
java.lang.String provider,
java.net.URI location)
Default constructor. |
|
| Method Summary | |
void |
createKeyStore(char[] store_password)
null |
void |
eraseKeyStore()
null |
boolean |
isInitialized()
null |
boolean |
isInitialized(char[] store_password)
null |
java.security.KeyStore |
loadKeyStore(char[] password)
null |
void |
saveKeyStore(java.security.KeyStore store,
char[] password)
null |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
LOG
private static final transient org.apache.log4j.Logger LOG
- Log4J Logger
DEFAULT_KEYSTORE_TYPE
private static final java.lang.String DEFAULT_KEYSTORE_TYPE
- The default keystore type we will use.
- See Also:
- Constant Field Values
keystore_type
private java.lang.String keystore_type
- The keystore type
keystore_provider
private java.lang.String keystore_provider
- The keystore type
keystore_location
private java.net.URI keystore_location
- The file where the keystore lives
| Constructor Detail |
URIKeyStoreManager
public URIKeyStoreManager(java.lang.String type, java.lang.String provider, java.net.URI location) throws java.security.NoSuchProviderException, java.security.KeyStoreException
- Default constructor.
| Method Detail |
isInitialized
public boolean isInitialized()
- null
- Specified by:
isInitializedin interfaceKeyStoreManager
isInitialized
public boolean isInitialized(char[] store_password)
- null
- Specified by:
isInitializedin interfaceKeyStoreManager
createKeyStore
public void createKeyStore(char[] store_password)
throws java.security.KeyStoreException,
java.io.IOException
- null
- Specified by:
createKeyStorein interfaceKeyStoreManager
loadKeyStore
public java.security.KeyStore loadKeyStore(char[] password) throws java.security.KeyStoreException, java.io.IOException
- null
- Specified by:
loadKeyStorein interfaceKeyStoreManager
saveKeyStore
public void saveKeyStore(java.security.KeyStore store, char[] password) throws java.security.KeyStoreException, java.io.IOException
- null
- Specified by:
saveKeyStorein interfaceKeyStoreManager
eraseKeyStore
public void eraseKeyStore()
- null
- Specified by:
eraseKeyStorein interfaceKeyStoreManager
|
|||||||||
| Home >> All >> net >> jxta >> impl >> membership >> [ pse overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
net.jxta.impl.membership.pse.URIKeyStoreManager