java.lang.Object
|
+--javacard.framework.AID
- See Also:
JCSystem
,
SystemException
public AID(byte[] bArray,
short offset,
byte length)
throws SystemException,
NullPointerException,
ArrayIndexOutOfBoundsException,
SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final boolean equals(byte[] bArray,
short offset,
byte length)
throws ArrayIndexOutOfBoundsException,
SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final boolean equals(Object anObject)
throws SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
[1399]Get byte array of a string
By gokul_bala1982 { at } yahoo { dot } com on 2005/04/21 11:15:00 Rate
String1.getByte ( )
public final byte getBytes(byte[] dest,
short offset)
throws NullPointerException,
ArrayIndexOutOfBoundsException,
SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final byte getPartialBytes(short aidOffset,
byte[] dest,
short oOffset,
byte oLength)
throws NullPointerException,
ArrayIndexOutOfBoundsException,
SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final boolean partialEquals(byte[] bArray,
short offset,
byte length)
throws ArrayIndexOutOfBoundsException,
SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public final boolean RIDEquals(AID otherAID)
throws SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples