Package org.iqtig.xpacker.impl
Class KeyModulusGetter
- java.lang.Object
-
- org.iqtig.xpacker.impl.KeyModulusGetter
-
public class KeyModulusGetter extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyModulusGetter(File keyFile)
KeyModulusGetter(List<String> keynames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getModulus()
void
printOutModulus()
-
-
-
Constructor Detail
-
KeyModulusGetter
public KeyModulusGetter(List<String> keynames) throws IqtigError, org.iqtig.packer.shared.error.crypto.CryptoException
- Throws:
IqtigError
org.iqtig.packer.shared.error.crypto.CryptoException
-
KeyModulusGetter
public KeyModulusGetter(File keyFile) throws org.iqtig.packer.shared.error.crypto.CryptoException
- Throws:
org.iqtig.packer.shared.error.crypto.CryptoException
-
-
Method Detail
-
getModulus
public String getModulus()
-
printOutModulus
public void printOutModulus()
-
-