Interface IRSAPrivateCrtKey
- Namespace
- Java.Security.Interfaces
- Assembly
- MASES.JNet.dll
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/security/interfaces/RSAPrivateCrtKey.html
public interface IRSAPrivateCrtKey : IRSAPrivateKey
- Inherited Members
Properties
CrtCoefficient
BigInteger CrtCoefficient { get; }
Property Value
PrimeExponentP
BigInteger PrimeExponentP { get; }
Property Value
PrimeExponentQ
BigInteger PrimeExponentQ { get; }
Property Value
PrimeP
https://docs.oracle.com/javase/8/docs/api/java/security/interfaces/RSAPrivateCrtKey.html#getPrimeP--
BigInteger PrimeP { get; }
Property Value
PrimeQ
https://docs.oracle.com/javase/8/docs/api/java/security/interfaces/RSAPrivateCrtKey.html#getPrimeQ--
BigInteger PrimeQ { get; }
Property Value
PublicExponent
BigInteger PublicExponent { get; }