Class MGL_RSADecrypt

java.lang.Object
tech.mgl.core.tools.MGL_RSADecrypt

public class MGL_RSADecrypt extends Object
  • Constructor Details

  • Method Details

    • decrypt

      public String decrypt()
    • getParams

      public AlgorithmParameterSpec getParams()
    • getKeySize

      public int getKeySize()
    • getProvider

      public Provider getProvider()
    • getModulus

      public String getModulus()
    • getExponent

      public String getExponent()
    • getAlgorithm

      public String getAlgorithm()
    • getPrivateKey

      public PrivateKey getPrivateKey()
    • getCipherText

      public String getCipherText()