org.apache.geronimo.console.core.keystore
Class KeyEntryInfo

java.lang.Object
  extended by org.apache.geronimo.console.core.keystore.KeyEntryInfo

public class KeyEntryInfo
extends Object


Field Summary
static String PRIVATE_KEY_TYPE
           
static String TRUSTED_CERT_TYPE
           
 
Constructor Summary
KeyEntryInfo(String alias, String type, Date created)
           
 
Method Summary
 String getAlias()
           
 Date getCreated()
           
 String getType()
           
 boolean isPrivateKey()
           
 boolean isTrustedCertificate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRUSTED_CERT_TYPE

public static final String TRUSTED_CERT_TYPE
See Also:
Constant Field Values

PRIVATE_KEY_TYPE

public static final String PRIVATE_KEY_TYPE
See Also:
Constant Field Values
Constructor Detail

KeyEntryInfo

public KeyEntryInfo(String alias,
                    String type,
                    Date created)
Method Detail

getAlias

public String getAlias()

getType

public String getType()

getCreated

public Date getCreated()

isTrustedCertificate

public boolean isTrustedCertificate()

isPrivateKey

public boolean isPrivateKey()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.