org.eclipse.higgins.icard.common.auth
Class PinCodeCredential

java.lang.Object
  extended by org.eclipse.higgins.icard.common.auth.PinCodeCredential
All Implemented Interfaces:
org.eclipse.higgins.icard.auth.ICredential, org.eclipse.higgins.icard.auth.IPinCodeCredential

public class PinCodeCredential
extends Object
implements org.eclipse.higgins.icard.auth.IPinCodeCredential


Constructor Summary
PinCodeCredential()
           
 
Method Summary
 Callback[] getCallbacks()
           
 byte[] getPinCode()
           
 void setPinCode(byte[] pin)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PinCodeCredential

public PinCodeCredential()
Method Detail

getPinCode

public byte[] getPinCode()
Specified by:
getPinCode in interface org.eclipse.higgins.icard.auth.IPinCodeCredential

setPinCode

public void setPinCode(byte[] pin)
Specified by:
setPinCode in interface org.eclipse.higgins.icard.auth.IPinCodeCredential

getCallbacks

public Callback[] getCallbacks()
Specified by:
getCallbacks in interface org.eclipse.higgins.icard.auth.ICredential