com.sshtools.j2ssh.openssh
Class RSAKeyInfo
java.lang.Object
com.sshtools.j2ssh.openssh.RSAKeyInfo
- KeyInfo
public class RSAKeyInfo
extends java.lang.Object
RSAKeyInfo(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger primeP, BigInteger primeQ, BigInteger primeExponentP, BigInteger primeExponentQ, BigInteger crtCoefficient) - Creates a new RSAKeyInfo object.
|
RSAKeyInfo
public RSAKeyInfo(BigInteger modulus,
BigInteger publicExponent,
BigInteger privateExponent,
BigInteger primeP,
BigInteger primeQ,
BigInteger primeExponentP,
BigInteger primeExponentQ,
BigInteger crtCoefficient)
Creates a new RSAKeyInfo object.
modulus
- publicExponent
- privateExponent
- primeP
- primeQ
- primeExponentP
- primeExponentQ
- crtCoefficient
-
getCrtCoefficient
public BigInteger getCrtCoefficient()
getModulus
public BigInteger getModulus()
getPrimeExponentP
public BigInteger getPrimeExponentP()
getPrimeExponentQ
public BigInteger getPrimeExponentQ()
getPrimeP
public BigInteger getPrimeP()
getPrimeQ
public BigInteger getPrimeQ()
getPrivateExponent
public BigInteger getPrivateExponent()
getPublicExponent
public BigInteger getPublicExponent()
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.