Interface IRSAPrivateCrtKey
- Namespace
- Java.Security.Interfaces
- Assembly
- MASES.JNet.dll
.NET interface for TO BE DEFINED FROM USER
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
BigInteger PrimeP { get; }
Property Value
PrimeQ
BigInteger PrimeQ { get; }
Property Value
PublicExponent
BigInteger PublicExponent { get; }