The members of Java.Security.Spec.RSAPrivateCrtKeySpec are listed below.
See Also: Inherited members from Java.Security.Spec.RSAPrivateKeySpec
Creates a new RSAMultiPrimePrivateCrtKeySpec with the specified modulus, public exponent, private exponent, prime factors, prime exponents, crt coefficient, and additional primes. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | CrtCoefficient | Java.Math.BigInteger. Returns the CRT coefficient, q^-1 mod p. |
[read-only] | PrimeExponentP | Java.Math.BigInteger. Returns the exponent of the prime p. |
[read-only] | PrimeExponentQ | Java.Math.BigInteger. Returns the exponent of the prime q. |
[read-only] | PrimeP | Java.Math.BigInteger. Returns the prime factor p. |
[read-only] | PrimeQ | Java.Math.BigInteger. Returns the prime factor q. |
[read-only] | PublicExponent | Java.Math.BigInteger. Returns the public exponent e. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |