Uses of Class
com.linuxnet.jpcsc.Apdu.Format

Uses of Apdu.Format in com.linuxnet.jpcsc
 

Methods in com.linuxnet.jpcsc with parameters of type Apdu.Format
 java.lang.String Apdu.toString(Apdu.Format format)
          Return string representation of APDU according to given format specification.
static java.lang.String Apdu.ba2s(byte[] ba, Apdu.Format f)
          Return string representation for byte array.
static java.lang.String Apdu.ba2s(byte[] ba, int off, int len, Apdu.Format f)
          Return string representation for byte array range according to given format.