Java.Security.Spec.RSAPrivateCrtKeySpec: Property Members

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

See Also: Inherited members from Java.Security.Spec.RSAPrivateKeySpec

Public Properties

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

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.