RSE
Release 1.0

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

java.lang.Object
  extended byorg.eclipse.rse.dstore.security.preference.Element
      extended byorg.eclipse.rse.dstore.security.preference.KeyElement

public class KeyElement
extends Element


Constructor Summary
KeyElement(String alias, String value, Key key)
           
 
Method Summary
 String getAlgorithm()
           
 Object getCert()
           
 String getFormat()
           
 Image getImage()
           
 String getType()
           
 
Methods inherited from class org.eclipse.rse.dstore.security.preference.Element
getAlias, setAlias
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyElement

public KeyElement(String alias,
                  String value,
                  Key key)
Method Detail

getType

public String getType()
Specified by:
getType in class Element

getAlgorithm

public String getAlgorithm()
Specified by:
getAlgorithm in class Element

getFormat

public String getFormat()
Specified by:
getFormat in class Element

getImage

public Image getImage()
Overrides:
getImage in class Element

getCert

public Object getCert()
Specified by:
getCert in class Element

RSE
Release 1.0

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