|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.xmlmill.config.KeyStoreInfo
*** For internal use only ***
A KeystoreINfo instance contains the meta information
of a keystore regarding:
Also information regarding each alias (name, password) is stored.
The keystore itself is also stored.
| Constructor Summary | |
KeyStoreInfo()
Creates a new instance of KeyStoreInfo |
|
| Method Summary | |
java.util.ArrayList |
dump()
Returns the font attributes as a list. |
java.lang.String |
getAliasPasswd(java.lang.String name)
Returns an alias' password. |
java.lang.String |
getDefaultAlias()
Returns the default alias. |
java.security.KeyStore |
getKeyStore()
Returns the keystore this KeyStoreInfo represents. |
java.lang.String |
getProviderName()
Returns the service provider's name. |
java.lang.String |
getSignatureHandlerName()
Returns the keystore this KeyStoreInfo represents. |
java.lang.String |
toString()
Returns the font attributes as a String.
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public KeyStoreInfo()
| Method Detail |
public final java.security.KeyStore getKeyStore()
KeyStore instance.public final java.lang.String getSignatureHandlerName()
String representing the name of the
Signature Handler.public final java.lang.String getAliasPasswd(java.lang.String name)
name - representing an alias name.String representing the password associated
with the passed name.public final java.lang.String getDefaultAlias()
The default alias is the first alias that is retrieved from the keystore.
String representing the password associated
with the passed name.public final java.lang.String getProviderName()
The name is derived from instantiating the service provider class.
This method will always return null before the internal
loadKeyStore() method is called.
String representing the name of the provider.public final java.lang.String toString()
String.
toString in class java.lang.Objectpublic final java.util.ArrayList dump()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||