SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.opt.auth.ccm
Class VerifyPIN

java.lang.Object
  extended byjp.co.ricoh.dsdk.opt.auth.ccm.VerifyPIN
All Implemented Interfaces:
CcmRequest

public class VerifyPIN
extends java.lang.Object
implements CcmRequest

This is a CcmRequest for a PIN verification. The PIN verification will be performed in handle() method of the CcmRequestHandler.


Constructor Summary
VerifyPIN(byte[] pin)
           Constructs a VerifyPIN object with the given PIN.
 
Method Summary
 byte[] getPIN()
           Gets the PIN.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyPIN

public VerifyPIN(byte[] pin)
Constructs a VerifyPIN object with the given PIN.

Parameters:
pin - PIN.
Method Detail

getPIN

public byte[] getPIN()
Gets the PIN.

Returns:
the PIN.

SDK/J Authentication Package ver1.0
RICOH Confidential