|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.codehaus.spice.xmlpolicy.metadata.KeyStoreMetaData
This class defines a keystore that is used when locating signers of a codebase.
Constructor Summary | |
KeyStoreMetaData(String name,
String location,
String type)
Construct a keysotre. |
Method Summary | |
String |
getLocation()
Return the location of the KeyStore (usually a URL). |
String |
getName()
Return the name of keystore. |
String |
getType()
Return the type of the key store (ie JKS). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KeyStoreMetaData(String name, String location, String type)
name
- the name of the key storelocation
- the location of keystoretype
- the keystore typeMethod Detail |
public String getName()
public String getLocation()
public String getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |