Package uicc.usim.gba_u
package uicc.usim.gba_u
-
ClassDescriptionThe
GBAUCipherclass is the abstract base class for Cipher algorithms.TheOneShotclass is a specialization of theGBAUCipherclass intended to support efficient one-shot ciphering and deciphering operations that may avoid persistent memory writes entirely.This class extends theThrowableclass and allows the classes of this package to throw specific exceptions in case of problems.TheGBAUSignatureclass is the base class for Signature algorithms.TheOneShotclass is a specialization of theGBAUSignatureclass intended to support efficient one-shot ciphering and deciphering operations that may avoid persistent memory writes entirely.