Maven module :un.api : api-encoding :
Class : un.impl.cryptography.algorithms.RSA
Extends/Implements : -
Subclasses : -

Implementation of RSA
author  Francois Berder


Variables : -
Functions : RSA, cipher, invCipher



public void RSA (LargeInteger modulus, LargeInteger publicExponent, LargeInteger privateExponent)

public byte[] cipher (byte[] input)

public byte[] invCipher (byte[] input)