com.jcraft.jsch.jce

Class KeyPairGenRSA

Implemented Interfaces:
KeyPairGenRSA

public class KeyPairGenRSA
extends java.lang.Object
implements KeyPairGenRSA

Method Summary

byte[]
getC()
byte[]
getD()
byte[]
getE()
byte[]
getEP()
byte[]
getEQ()
byte[]
getN()
byte[]
getP()
byte[]
getQ()
void
init(int key_size)

Method Details

getC

public byte[] getC()
Specified by:
getC in interface KeyPairGenRSA

getD

public byte[] getD()
Specified by:
getD in interface KeyPairGenRSA

getE

public byte[] getE()
Specified by:
getE in interface KeyPairGenRSA

getEP

public byte[] getEP()
Specified by:
getEP in interface KeyPairGenRSA

getEQ

public byte[] getEQ()
Specified by:
getEQ in interface KeyPairGenRSA

getN

public byte[] getN()
Specified by:
getN in interface KeyPairGenRSA

getP

public byte[] getP()
Specified by:
getP in interface KeyPairGenRSA

getQ

public byte[] getQ()
Specified by:
getQ in interface KeyPairGenRSA

init

public void init(int key_size)
            throws Exception
Specified by:
init in interface KeyPairGenRSA