com.sun.satsa.util |
SATSA buffer manipulation utilities
Provides utility interfaces for DER manipulation and card file
system abstraction.
@since SATSA1.0
|
Java Source File Name | Type | Comment |
Connection.java | Class | Represents APDU connection to the WIM application. |
FileSystemAbstract.java | Class | This class provides interface to card file system. |
Location.java | Class | Represents location in card file system. |
TLV.java | Class | Used to represent each Type, Length, Value structure in a DER buffer. |
TLVException.java | Class | This class represents exception occured during TLV data parsing. |
Utils.java | Class | This class implements miscellaneous utility methods including
those used for conversion of BigIntegers to
byte arrays, hexadecimal printing of byte arrays etc. |