org.apache.geronimo.console.core.keystore
Class KeyEntryInfo
java.lang.Object
org.apache.geronimo.console.core.keystore.KeyEntryInfo
public class KeyEntryInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
KeyEntryInfo
public KeyEntryInfo(String alias,
String type,
Date created)
getAlias
public String getAlias()
getType
public String getType()
getCreated
public Date getCreated()
isTrustedCertificate
public boolean isTrustedCertificate()
isPrivateKey
public boolean isPrivateKey()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.