org.eclipse.rse.dstore.security.preference
Class Element
java.lang.Object
org.eclipse.rse.dstore.security.preference.Element
- Direct Known Subclasses:
- KeyElement, X509CertificateElement
- public abstract class Element
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Element
public Element(String alias,
String value)
getAlias
public String getAlias()
setAlias
public void setAlias(String text)
getImage
public Image getImage()
getType
public abstract String getType()
getAlgorithm
public abstract String getAlgorithm()
getFormat
public abstract String getFormat()
getCert
public abstract Object getCert()
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.