public class KeyPairGenRSA extends java.lang.Object implements KeyPairGenRSA
| 构造器和说明 |
|---|
KeyPairGenRSA() |
public void init(int key_size)
throws java.lang.Exception
init 在接口中 KeyPairGenRSAjava.lang.Exceptionpublic byte[] getD()
getD 在接口中 KeyPairGenRSApublic byte[] getE()
getE 在接口中 KeyPairGenRSApublic byte[] getN()
getN 在接口中 KeyPairGenRSApublic byte[] getC()
getC 在接口中 KeyPairGenRSApublic byte[] getEP()
getEP 在接口中 KeyPairGenRSApublic byte[] getEQ()
getEQ 在接口中 KeyPairGenRSApublic byte[] getP()
getP 在接口中 KeyPairGenRSApublic byte[] getQ()
getQ 在接口中 KeyPairGenRSA