Class CommandAPDU
- Namespace
- Javax.Smartcardio
- Assembly
- MASES.JNet.dll
public class CommandAPDU : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
CommandAPDU
- Implements
- Inherited Members
- Extension Methods
Constructors
CommandAPDU()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public CommandAPDU()
CommandAPDU(ByteBuffer)
public CommandAPDU(ByteBuffer arg0)
Parameters
arg0
ByteBuffer
CommandAPDU(byte[])
public CommandAPDU(byte[] arg0)
Parameters
CommandAPDU(byte[], int, int)
public CommandAPDU(byte[] arg0, int arg1, int arg2)
Parameters
CommandAPDU(int, int, int, int)
public CommandAPDU(int arg0, int arg1, int arg2, int arg3)
Parameters
CommandAPDU(int, int, int, int, byte[])
public CommandAPDU(int arg0, int arg1, int arg2, int arg3, byte[] arg4)
Parameters
CommandAPDU(int, int, int, int, byte[], int)
public CommandAPDU(int arg0, int arg1, int arg2, int arg3, byte[] arg4, int arg5)
Parameters
CommandAPDU(int, int, int, int, byte[], int, int)
public CommandAPDU(int arg0, int arg1, int arg2, int arg3, byte[] arg4, int arg5, int arg6)
Parameters
CommandAPDU(int, int, int, int, byte[], int, int, int)
public CommandAPDU(int arg0, int arg1, int arg2, int arg3, byte[] arg4, int arg5, int arg6, int arg7)
Parameters
CommandAPDU(int, int, int, int, int)
public CommandAPDU(int arg0, int arg1, int arg2, int arg3, int arg4)
Parameters
CommandAPDU(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public CommandAPDU(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Bytes
public byte[] Bytes { get; }
Property Value
- byte[]
CLA
public int CLA { get; }
Property Value
Data
public byte[] Data { get; }
Property Value
- byte[]
INS
public int INS { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Nc
public int Nc { get; }
Property Value
Ne
public int Ne { get; }
Property Value
P1
public int P1 { get; }
Property Value
P2
public int P2 { get; }