asit.common
Class ECDSAKeyValueConverter

java.lang.Object
  extended byasit.common.ECDSAKeyValueConverter

public class ECDSAKeyValueConverter
extends Object


Constructor Summary
ECDSAKeyValueConverter()
           
 
Method Summary
static PublicKey element2ECDSAPublicKey(Element keyValueElem)
          converter class which can be used to convert ECDSA keys encoded in XML to a PublicKey data structure
static HashMap getInScopeNSAttrs(Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECDSAKeyValueConverter

public ECDSAKeyValueConverter()
Method Detail

element2ECDSAPublicKey

public static PublicKey element2ECDSAPublicKey(Element keyValueElem)
                                        throws Exception
converter class which can be used to convert ECDSA keys encoded in XML to a PublicKey data structure

Parameters:
keyValueElem - ECDSAKeyValue Element
Returns:
ECPublicKey encoded in PublicKey data structure
Throws:
Exception

getInScopeNSAttrs

public static HashMap getInScopeNSAttrs(Element element)


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.