| java.lang.Object javacard.framework.Util
Util | public class Util (Code) | | Some of the methods in this class do not have any spec. This
is because it is better to execute them symbolically (inline the
implementation) in a KeY proof and let dedicated taclets for jvm*
methods take care of the rest. Such no spec methods are marked
with "no spec"
|
Method Summary | |
public static byte | arrayCompare(byte[] src, short srcOff, byte[] dest, short destOff, short length) | public static short | arrayCopy(byte[] src, short srcOff, byte[] dest, short destOff, short length) | public static short | arrayCopyNonAtomic(byte[] src, short srcOff, byte[] dest, short destOff, short length) | public static short | arrayFillNonAtomic(byte[] bArray, short bOff, short bLen, byte bValue) | public static short | getShort(byte[] bArray, short bOff) | public static short | makeShort(byte b1, byte b2) | public static short | setShort(byte[] bArray, short bOff, short sValue) |
arrayCompare | public static byte arrayCompare(byte[] src, short srcOff, byte[] dest, short destOff, short length)(Code) | | |
arrayCopy | public static short arrayCopy(byte[] src, short srcOff, byte[] dest, short destOff, short length) throws TransactionException(Code) | | |
arrayCopyNonAtomic | public static short arrayCopyNonAtomic(byte[] src, short srcOff, byte[] dest, short destOff, short length)(Code) | | |
arrayFillNonAtomic | public static short arrayFillNonAtomic(byte[] bArray, short bOff, short bLen, byte bValue)(Code) | | |
getShort | public static short getShort(byte[] bArray, short bOff)(Code) | | |
makeShort | public static short makeShort(byte b1, byte b2)(Code) | | |
|
|