RSE
Release 1.0

org.eclipse.rse.dstore.security.preference
Class Element

java.lang.Object
  extended byorg.eclipse.rse.dstore.security.preference.Element
Direct Known Subclasses:
KeyElement, X509CertificateElement

public abstract class Element
extends Object


Constructor Summary
Element(String alias, String value)
           
 
Method Summary
abstract  String getAlgorithm()
           
 String getAlias()
           
abstract  Object getCert()
           
abstract  String getFormat()
           
 Image getImage()
           
abstract  String getType()
           
 void setAlias(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element(String alias,
               String value)
Method Detail

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()

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.