Java.Security.Spec.RSAPrivateCrtKeySpec Members

The members of Java.Security.Spec.RSAPrivateCrtKeySpec are listed below.

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

Public Constructors

Creates a new RSAMultiPrimePrivateCrtKeySpec with the specified modulus, public exponent, private exponent, prime factors, prime exponents, crt coefficient, and additional primes.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

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.