Package uicc.usim.gba_u


package uicc.usim.gba_u
  • Class
    Description
    The GBAUCipher class is the abstract base class for Cipher algorithms.
    The OneShot class is a specialization of the GBAUCipher class intended to support efficient one-shot ciphering and deciphering operations that may avoid persistent memory writes entirely.
    This class extends the Throwable class and allows the classes of this package to throw specific exceptions in case of problems.
    The GBAUSignature class is the base class for Signature algorithms.
    The OneShot class is a specialization of the GBAUSignature class intended to support efficient one-shot ciphering and deciphering operations that may avoid persistent memory writes entirely.