Java.Security.Interfaces.IRSAPrivateCrtKey: Property Members

The properties of Java.Security.Interfaces.IRSAPrivateCrtKey are listed below. For a list of all members, see the IRSAPrivateCrtKey Members list.

Public Properties

[read-only]
CrtCoefficientJava.Math.BigInteger. Returns the CRT coefficient, q^-1 mod p.
[read-only]
PrimeExponentPJava.Math.BigInteger. Returns the CRT exponent of the primet p.
[read-only]
PrimeExponentQJava.Math.BigInteger. Returns the CRT exponent of the prime q.
[read-only]
PrimePJava.Math.BigInteger. Returns the prime factor p of n.
[read-only]
PrimeQJava.Math.BigInteger. Returns the prime factor q of n.
[read-only]
PublicExponentJava.Math.BigInteger. Returns the public exponent e.