Uses of Class
tech.mgl.core.tools.MGL_RSA.DecryptBuilder
Packages that use MGL_RSA.DecryptBuilder
-
Uses of MGL_RSA.DecryptBuilder in tech.mgl.core.tools
Methods in tech.mgl.core.tools that return MGL_RSA.DecryptBuilderModifier and TypeMethodDescriptionstatic MGL_RSA.DecryptBuilderMGL_RSA.decryptBuilder()MGL_RSA.DecryptBuilder.setAlgorithm(String algorithm) MGL_RSA.DecryptBuilder.setCipherText(String cipherText) MGL_RSA.DecryptBuilder.setExponent(String exponent) MGL_RSA.DecryptBuilder.setKeySize(int keySize) MGL_RSA.DecryptBuilder.setModulus(String modulus) MGL_RSA.DecryptBuilder.setParams(AlgorithmParameterSpec params) MGL_RSA.DecryptBuilder.setPrivateKey(PrivateKey privateKey) MGL_RSA.DecryptBuilder.setProvider(Provider provider) Constructors in tech.mgl.core.tools with parameters of type MGL_RSA.DecryptBuilder