be.fedict.eid.applet.service.signer
Class DummyPrivateKey

java.lang.Object
  extended by be.fedict.eid.applet.service.signer.DummyPrivateKey
All Implemented Interfaces:
Serializable, Key, PrivateKey

public class DummyPrivateKey
extends Object
implements PrivateKey

A dummy private key implementation.

Author:
Frank Cornelis
See Also:
Serialized Form

Constructor Summary
DummyPrivateKey()
           
 
Method Summary
 String getAlgorithm()
           
 byte[] getEncoded()
           
 String getFormat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyPrivateKey

public DummyPrivateKey()
Method Detail

getAlgorithm

public String getAlgorithm()
Specified by:
getAlgorithm in interface Key

getEncoded

public byte[] getEncoded()
Specified by:
getEncoded in interface Key

getFormat

public String getFormat()
Specified by:
getFormat in interface Key


Copyright © 2008-2012 FedICT. All Rights Reserved.