com.jcraft.jsch.jce
Class KeyPairGenRSA
java.lang.Object
com.jcraft.jsch.jce.KeyPairGenRSA
- All Implemented Interfaces:
- KeyPairGenRSA
public class KeyPairGenRSA
- extends Object
- implements KeyPairGenRSA
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyPairGenRSA
public KeyPairGenRSA()
init
public void init(int key_size)
throws Exception
- Specified by:
init
in interface KeyPairGenRSA
- Throws:
Exception
getD
public byte[] getD()
- Specified by:
getD
in interface KeyPairGenRSA
getE
public byte[] getE()
- Specified by:
getE
in interface KeyPairGenRSA
getN
public byte[] getN()
- Specified by:
getN
in interface KeyPairGenRSA
getC
public byte[] getC()
- Specified by:
getC
in interface KeyPairGenRSA
getEP
public byte[] getEP()
- Specified by:
getEP
in interface KeyPairGenRSA
getEQ
public byte[] getEQ()
- Specified by:
getEQ
in interface KeyPairGenRSA
getP
public byte[] getP()
- Specified by:
getP
in interface KeyPairGenRSA
getQ
public byte[] getQ()
- Specified by:
getQ
in interface KeyPairGenRSA
Copyright © 2014 JCraft,Inc.. All Rights Reserved.