The properties of Java.Security.Interfaces.IRSAPrivateCrtKey are listed below. For a list of all members, see the IRSAPrivateCrtKey Members list.
[read-only] | CrtCoefficient | Java.Math.BigInteger. Returns the CRT coefficient, q^-1 mod p. |
[read-only] | PrimeExponentP | Java.Math.BigInteger. Returns the CRT exponent of the primet p. |
[read-only] | PrimeExponentQ | Java.Math.BigInteger. Returns the CRT exponent of the prime q. |
[read-only] | PrimeP | Java.Math.BigInteger. Returns the prime factor p of n. |
[read-only] | PrimeQ | Java.Math.BigInteger. Returns the prime factor q of n. |
[read-only] | PublicExponent | Java.Math.BigInteger. Returns the public exponent e. |