org.codehaus.spice.xmlpolicy.metadata
Class KeyStoreMetaData

java.lang.Object
  |
  +--org.codehaus.spice.xmlpolicy.metadata.KeyStoreMetaData

public class KeyStoreMetaData
extends Object

This class defines a keystore that is used when locating signers of a codebase.

Version:
$Revision: 1.1 $ $Date: 2003/12/02 09:16:06 $
Author:
Peter Donald

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

KeyStoreMetaData

public KeyStoreMetaData(String name,
                        String location,
                        String type)
Construct a keysotre.

Parameters:
name - the name of the key store
location - the location of keystore
type - the keystore type
Method Detail

getName

public String getName()
Return the name of keystore.

Returns:
the name of keystore.

getLocation

public String getLocation()
Return the location of the KeyStore (usually a URL).

Returns:
the location of the KeyStore (usually a URL).

getType

public String getType()
Return the type of the key store (ie JKS).

Returns:
the type of the key store (ie JKS).


Copyright © 2002-2003 Codehaus. All Rights Reserved.